##// END OF EJS Templates
Create role by copy (#9258)....
Create role by copy (#9258). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10285 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9754:7b40767428ac
r10102:ca7498c2d6cc
Show More
edit.html.erb
11 lines | 404 B | text/plain | TextLexer
Jean-Philippe Lang
Adds Lock/Unlock/Activate link on user edit screen....
r1733 <div class="contextual">
Eric Davis
Refactor: convert UsersController to resource...
r4117 <%= link_to l(:label_profile), user_path(@user), :class => 'icon icon-user' %>
Jean-Philippe Lang
Adds Lock/Unlock/Activate link on user edit screen....
r1733 <%= change_status_link(@user) %>
Jean-Philippe Lang
Deprecated :confirm => 'Text' option....
r9754 <%= delete_link user_path(@user) if User.current != @user %>
Jean-Philippe Lang
Adds Lock/Unlock/Activate link on user edit screen....
r1733 </div>
Jean-Philippe Lang
User forms cleanup....
r7769 <h2><%= link_to l(:label_user_plural), users_path %> &#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
Etienne Massip
Remove unecessary page title HTML escaping from views (#9252)....
r7445 <% html_title(l(:label_user), @user.login, l(:label_administration)) -%>