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 @ 912:5e80956cc792

History | View | Annotate | Download (492 Bytes)

1 0:513646585e45 Chris
<div class="contextual">
2 37:94944d00e43c chris
<%= link_to l(:label_profile), user_path(@user), :class => 'icon icon-user' %>
3 0:513646585e45 Chris
<%= change_status_link(@user) %>
4 128:07fa8a8b56a8 Chris
<%= link_to(l(:button_delete), @user, :confirm => l(:text_are_you_sure), :method => :delete, :class => 'icon icon-del') if User.current != @user %>
5 0:513646585e45 Chris
</div>
6
7 909:cbb26bc654de Chris
<h2><%= link_to l(:label_user_plural), users_path %> &#187; <%=h @user.login %></h2>
8 0:513646585e45 Chris
9
<%= render_tabs user_settings_tabs %>
10
11
<% html_title(l(:label_user), @user.login, l(:label_administration)) -%>