fix check/uncheck by moving id

pull/3574/head
Jens Ulferts 9 years ago
parent a674216b40
commit 116cdd5d55
  1. 2
      app/views/projects/form/_modules.html.erb
  2. 5
      app/views/projects/settings/_modules.html.erb

@ -31,7 +31,7 @@ See doc/COPYRIGHT.rdoc for more details.
project = form.object
%>
<fieldset class="form--fieldset -with-control">
<fieldset class="form--fieldset -with-control" id="modules-form">
<legend class="form--fieldset-legend"><%= l(:label_enabled_project_modules) %></legend>
<div class="form--fieldset-control">

@ -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 } %>

Loading…
Cancel
Save