summaryrefslogtreecommitdiffstats
path: root/app/views/users/edit.html.erb
blob: d46521730e2d731d2a702c32d9be7e2b5f930cf2 (plain)
1
2
3
4
5
6
7
8
9
<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 %>