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 / .svn / text-base / edit.rhtml.svn-base @ 442:753f1380d6bc
History | View | Annotate | Download (523 Bytes)
| 1 |
<div class="contextual"> |
|---|---|
| 2 |
<%= link_to l(:label_profile), user_path(@user), :class => 'icon icon-user' %> |
| 3 |
<%= change_status_link(@user) %> |
| 4 |
<%= link_to(l(:button_delete), @user, :confirm => l(:text_are_you_sure), :method => :delete, :class => 'icon icon-del') if User.current != @user %> |
| 5 |
</div> |
| 6 |
|
| 7 |
<h2><%= link_to l(:label_user_plural), :controller => 'users', :action => 'index' %> » <%=h @user.login %></h2> |
| 8 |
|
| 9 |
<%= render_tabs user_settings_tabs %> |
| 10 |
|
| 11 |
<% html_title(l(:label_user), @user.login, l(:label_administration)) -%> |