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 / .svn / pristine / 60 / 601d33dccdf30ba38c014396716e9dc8b972f697.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (404 Bytes)

1 1296:038ba2d95de8 Chris
<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)) -%>