view app/views/users/edit.rhtml @ 299:defe55be97b9 feature_73

Do not show external checkbox/field until the repo has been automatically populated Pull external Hg as well as git and svn repos Some textual changes
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 24 Mar 2011 15:48:36 +0000
parents 61d8fba252fd
children 350acce374a2
line wrap: on
line source
<div class="contextual">
<%= link_to l(:label_profile), user_path(@user), :class => 'icon icon-user' %>
<%= change_status_link(@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), @user.login, l(:label_administration)) -%>