To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / users / edit.html.erb @ 1591:63650ae64bf2

History | View | Annotate | Download (307 Bytes)

1
<div class="contextual">
2
<%= link_to l(:label_profile), user_path(@user), :class => 'icon icon-user' %>
3
<%= change_status_link(@user) %>
4
<%= delete_link user_path(@user) if User.current != @user %>
5
</div>
6

    
7
<%= title [l(:label_user_plural), users_path], @user.login %>
8

    
9
<%= render_tabs user_settings_tabs %>