annotate app/views/users/_general.html.erb @ 1296:038ba2d95de8 redmine-2.2

Fix redmine-2.2 branch update (add missing svn files)
author Chris Cannam
date Fri, 14 Jun 2013 09:05:06 +0100
parents 433d4f72a19b
children
rev   line source
Chris@1115 1 <%= labelled_form_for @user do |f| %>
Chris@909 2 <%= render :partial => 'form', :locals => { :f => f } %>
Chris@909 3 <% if @user.active? && email_delivery_enabled? -%>
Chris@909 4 <p><label><%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %></label></p>
Chris@909 5 <% end -%>
Chris@909 6 <p><%= submit_tag l(:button_save) %></p>
Chris@0 7 <% end %>