##// END OF EJS Templates
Add cancel button during edition of a wiki page (#4285)....
Add cancel button during edition of a wiki page (#4285). git-svn-id: http://svn.redmine.org/redmine/trunk@14734 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r13504:e3618bdbecd9
r14352:a371c8d850a2
Show More
edit.html.erb
10 lines | 344 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
Add support for multiple email addresses per user (#4244)....
r13504 <%= additional_emails_link(@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
Adds missing html titles (#14517)....
r11820 <%= title [l(:label_user_plural), users_path], @user.login %>
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
Refactoring of tabs rendering....
r2757 <%= render_tabs user_settings_tabs %>