##// END OF EJS Templates
Adding 1.0.0's release date....
Adding 1.0.0's release date. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3853 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r3381:bda2aa474c71
r3739:854ba2a8d26e
Show More
edit.rhtml
10 lines | 416 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
Adds Lock/Unlock/Activate link on user edit screen....
r1733 <div class="contextual">
Jean-Philippe Lang
Adds a link to the user profile from the administration user edit screen (#4480)....
r3381 <%= link_to l(:label_profile), {:controller => 'users', :action => 'show', :id => @user}, :class => 'icon icon-user' %>
Jean-Philippe Lang
Adds Lock/Unlock/Activate link on user edit screen....
r1733 <%= change_status_link(@user) %>
</div>
Jean-Philippe Lang
Administration panel breadcrumbs (#3314)....
r2707 <h2><%= link_to l(:label_user_plural), :controller => 'users', :action => 'index' %> &#187; <%=h @user.login %></h2>
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
Refactoring of tabs rendering....
r2757 <%= render_tabs user_settings_tabs %>
Jean-Philippe Lang
Split user edit screen into tabs....
r1389
<% html_title(l(:label_user), @user.login, l(:label_administration)) -%>