Mercurial > hg > soundsoftware-site
annotate app/views/users/.svn/text-base/edit.rhtml.svn-base @ 21:d0cd1f6335a5 cannam
* Create branch "cannam"
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 23 Sep 2010 16:19:06 +0100 |
parents | 513646585e45 |
children | 94944d00e43c |
rev | line source |
---|---|
Chris@0 | 1 <div class="contextual"> |
Chris@0 | 2 <%= link_to l(:label_profile), {:controller => 'users', :action => 'show', :id => @user}, :class => 'icon icon-user' %> |
Chris@0 | 3 <%= change_status_link(@user) %> |
Chris@0 | 4 </div> |
Chris@0 | 5 |
Chris@0 | 6 <h2><%= link_to l(:label_user_plural), :controller => 'users', :action => 'index' %> » <%=h @user.login %></h2> |
Chris@0 | 7 |
Chris@0 | 8 <%= render_tabs user_settings_tabs %> |
Chris@0 | 9 |
Chris@0 | 10 <% html_title(l(:label_user), @user.login, l(:label_administration)) -%> |