diff --git a/app/views/projects/form/_modules.html.erb b/app/views/projects/form/_modules.html.erb index de031513b5..484335cd71 100644 --- a/app/views/projects/form/_modules.html.erb +++ b/app/views/projects/form/_modules.html.erb @@ -31,7 +31,7 @@ See doc/COPYRIGHT.rdoc for more details. project = form.object %> -
+
<%= l(:label_enabled_project_modules) %>
diff --git a/app/views/projects/settings/_modules.html.erb b/app/views/projects/settings/_modules.html.erb index 02215759eb..c7e6addf33 100644 --- a/app/views/projects/settings/_modules.html.erb +++ b/app/views/projects/settings/_modules.html.erb @@ -29,10 +29,7 @@ See doc/COPYRIGHT.rdoc for more details. <%= labelled_tabular_form_for @project, :url => { :action => 'modules', :id => @project }, - :method => :put, - :html => { - :id => 'modules-form' - } do |form| %> + :method => :put do |form| %> <%= render partial: "projects/form/modules", locals: { form: form } %>