edit.rhtml
10 lines
| 416 B
| text/html+ruby
|
RhtmlLexer
|
r1733 | <div class="contextual"> | ||
|
r3381 | <%= link_to l(:label_profile), {:controller => 'users', :action => 'show', :id => @user}, :class => 'icon icon-user' %> | ||
|
r1733 | <%= change_status_link(@user) %> | ||
</div> | ||||
|
r2707 | <h2><%= link_to l(:label_user_plural), :controller => 'users', :action => 'index' %> » <%=h @user.login %></h2> | ||
|
r2 | |||
|
r2757 | <%= render_tabs user_settings_tabs %> | ||
|
r1389 | |||
<% html_title(l(:label_user), @user.login, l(:label_administration)) -%> | ||||