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 @ 1356:a6a25685e5a6

History | View | Annotate | Download (405 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
<h2><%= link_to l(:label_user_plural), users_path %> &#187; <%=h @user.login %></h2>
8

    
9
<%= render_tabs user_settings_tabs %>
10

    
11
<% html_title(l(:label_user), @user.login, l(:label_administration)) -%>
12