Commit 2e5acdc017a618caddbfacb0c45e62f072501be2

Made the SSH URL shown at all times when a user is logged in
  
66 <%= link_to h(@repository.parent.gitdir), project_repository_path(@project, @repository.parent) -%>
77 <% end -%>
88 <li><strong>Created:</strong> <%= @repository.created_at.to_s(:short) -%></li>
9 <% if logged_in? && current_user.can_write_to?(@repository) -%>
9 <% if logged_in? -%>
1010 <li>
1111 <strong>URL:</strong> <code><%=h @repository.push_url -%></code>
1212 <small><%= link_to_function "More info…", "$('detailed_push_info').toggle()" -%></small>