##// END OF EJS Templates
Adds Lock/Unlock/Activate link on user edit screen....
Jean-Philippe Lang -
r1733:d47400aa8d0a
parent child
Show More
@@ -1,3 +1,7
1 <div class="contextual">
2 <%= change_status_link(@user) %>
3 </div>
4
1 <h2><%=l(:label_user)%>: <%=h @user.login %></h2>
5 <h2><%=l(:label_user)%>: <%=h @user.login %></h2>
2
6
3 <% selected_tab = params[:tab] ? params[:tab].to_s : user_settings_tabs.first[:name] %>
7 <% selected_tab = params[:tab] ? params[:tab].to_s : user_settings_tabs.first[:name] %>
General Comments 0
You need to be logged in to leave comments. Login now