Commit 2e5acdc017a618caddbfacb0c45e62f072501be2
Made the SSH URL shown at all times when a user is logged in
| |   |
| 6 | 6 | <%= link_to h(@repository.parent.gitdir), project_repository_path(@project, @repository.parent) -%> |
| 7 | 7 | <% end -%> |
| 8 | 8 | <li><strong>Created:</strong> <%= @repository.created_at.to_s(:short) -%></li> |
| <% if logged_in? && current_user.can_write_to?(@repository) -%> |
| <% if logged_in? -%> |
| 10 | 10 | <li> |
| 11 | 11 | <strong>URL:</strong> <code><%=h @repository.push_url -%></code> |
| 12 | 12 | <small><%= link_to_function "More info…", "$('detailed_push_info').toggle()" -%></small> |