Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
7
app/views/users/_general.html.erb
Normal file
7
app/views/users/_general.html.erb
Normal file
|
@ -0,0 +1,7 @@
|
|||
<%= labelled_form_for @user, :html => {:multipart => true} do |f| %>
|
||||
<%= render :partial => 'form', :locals => { :f => f } %>
|
||||
<% if @user.active? && email_delivery_enabled? && @user != User.current -%>
|
||||
<p><label><%= check_box_tag 'send_information', 1, params[:send_information] %> <%= l(:label_send_information) %></label></p>
|
||||
<% end -%>
|
||||
<p><%= submit_tag l(:button_save) %></p>
|
||||
<% end %>
|
Loading…
Add table
Add a link
Reference in a new issue