##// END OF EJS Templates
Adds missing html titles (#14517)....
Adds missing html titles (#14517). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12050 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11820:f3241385cd7b
r11820:f3241385cd7b
Show More
edit.html.erb
9 lines | 307 B | text/plain | TextLexer
<div class="contextual">
<%= link_to l(:label_profile), user_path(@user), :class => 'icon icon-user' %>
<%= change_status_link(@user) %>
<%= delete_link user_path(@user) if User.current != @user %>
</div>
<%= title [l(:label_user_plural), users_path], @user.login %>
<%= render_tabs user_settings_tabs %>