]> source.dussan.org Git - redmine.git/commitdiff
Fixed bad markup in users/general partial
authorJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>
Mon, 11 Oct 2010 20:34:33 +0000 (20:34 +0000)
committerJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>
Mon, 11 Oct 2010 20:34:33 +0000 (20:34 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4249 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/users/_general.rhtml

index a08b3cee32f391c8fc92f4eb5ccd586e6f16cc6d..7e90ab2c24837cfe5477140a2d72626d031d9cef 100644 (file)
@@ -1,7 +1,7 @@
 <% labelled_tabular_form_for :user, @user, :url => { :controller => 'users', :action => "update", :tab => nil }, :html => { :method => :put, :class => nil } do |f| %>
        <%= render :partial => 'form', :locals => { :f => f } %>
        <% if @user.active? -%>
-               <p><label><%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %></label>
+               <p><label><%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %></label></p>
        <% end -%>
        <p><%= submit_tag l(:button_save) %></p>
 <% end %>