diff options
-rw-r--r-- | app/views/projects/settings/_modules.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/settings/_modules.html.erb b/app/views/projects/settings/_modules.html.erb index 9e0f92caa..d78f68dd3 100644 --- a/app/views/projects/settings/_modules.html.erb +++ b/app/views/projects/settings/_modules.html.erb @@ -1,7 +1,7 @@ <% form_for :project, @project, :url => { :action => 'modules', :id => @project }, :html => {:id => 'modules-form'} do |f| %> - + <div class="box"> <fieldset> <legend><%= l(:text_select_project_modules) %></legend> |