Redmine/app/views/users/edit.html.erb
Toshi MARUYAMA 265810bab8 rename .rhtml to .html.erb of app/views/users/edit.rhtml.
:rhtml and :rxml were finally removed as template handlers at Rails 3.1 RC4.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7053 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-09-02 04:41:12 +00:00

12 lines
526 B
Plaintext

<div class="contextual">
<%= link_to l(:label_profile), user_path(@user), :class => 'icon icon-user' %>
<%= change_status_link(@user) %>
<%= link_to(l(:button_delete), @user, :confirm => l(:text_are_you_sure), :method => :delete, :class => 'icon icon-del') if User.current != @user %>
</div>
<h2><%= link_to l(:label_user_plural), :controller => 'users', :action => 'index' %> &#187; <%=h @user.login %></h2>
<%= render_tabs user_settings_tabs %>
<% html_title(l(:label_user), h(@user.login), l(:label_administration)) -%>