To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / app / views / users / edit.html.erb @ 1348:0f5c32bfd33e
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 %> » <%=h @user.login %></h2> |
| 8 |
|
| 9 |
<%= render_tabs user_settings_tabs %>
|
| 10 |
|
| 11 |
<% html_title(l(:label_user), @user.login, l(:label_administration)) -%>
|
| 12 |
|