##// END OF EJS Templates
Fixed bad markup in users/general partial...
Jean-Baptiste Barth -
r4135:71dd4b8a7db0
parent child
Show More
@@ -1,7 +1,7
1 <% labelled_tabular_form_for :user, @user, :url => { :controller => 'users', :action => "update", :tab => nil }, :html => { :method => :put, :class => nil } do |f| %>
1 <% labelled_tabular_form_for :user, @user, :url => { :controller => 'users', :action => "update", :tab => nil }, :html => { :method => :put, :class => nil } do |f| %>
2 <%= render :partial => 'form', :locals => { :f => f } %>
2 <%= render :partial => 'form', :locals => { :f => f } %>
3 <% if @user.active? -%>
3 <% if @user.active? -%>
4 <p><label><%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %></label>
4 <p><label><%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %></label></p>
5 <% end -%>
5 <% end -%>
6 <p><%= submit_tag l(:button_save) %></p>
6 <p><%= submit_tag l(:button_save) %></p>
7 <% end %>
7 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now