view app/views/users/edit.rhtml @ 849:7018aa84e3a8 feature_36

Close obsolete branch feature_36
author Chris Cannam
date Sat, 24 Sep 2011 18:15:01 +0100
parents 350acce374a2
children
line wrap: on
line source
<div class="contextual">
<%= link_to l(:label_profile), user_path(@user), :class => 'icon icon-user' %>
<%= change_status_link(@user) %>
<%= link_to(l(:button_delete), @user, :confirm => l(:text_are_you_sure), :method => :delete, :class => 'icon icon-del') if User.current != @user %>
</div>

<h2><%= link_to l(:label_user_plural), :controller => 'users', :action => 'index' %> &#187; <%=h @user.login %></h2>

<%= render_tabs user_settings_tabs %>

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