##// END OF EJS Templates
Fixed: issue summary counts should link to the issue list without subprojects (#4525)....
Fixed: issue summary counts should link to the issue list without subprojects (#4525). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3283 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2923:8c769c546f33
r3169:518779d96d81
Show More
_general.rhtml
7 lines | 398 B | text/html+ruby | RhtmlLexer
<% labelled_tabular_form_for :user, @user, :url => { :controller => 'users', :action => "edit", :tab => nil }, :html => { :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>
<% end -%>
<p><%= submit_tag l(:button_save) %></p>
<% end %>