##// END OF EJS Templates
fix plugin generator script name of USAGE on Rails3...
fix plugin generator script name of USAGE on Rails3 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10286 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9754:7b40767428ac
r10103:3f63b5ea93b4
Show More
edit.html.erb
11 lines | 404 B | text/plain | TextLexer
<div class="contextual">
<%= link_to l(:label_profile), user_path(@user), :class => 'icon icon-user' %>
<%= change_status_link(@user) %>
<%= delete_link user_path(@user) if User.current != @user %>
</div>
<h2><%= link_to l(:label_user_plural), users_path %> &#187; <%=h @user.login %></h2>
<%= render_tabs user_settings_tabs %>
<% html_title(l(:label_user), @user.login, l(:label_administration)) -%>