Commit 4f95873b5eceec779d6b3bf066c37131e1b62271
1 parent
09e429fe
Exists in
colab
and in
4 other branches
Restored <hr> to projects show
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
app/views/projects/show.html.erb
| @@ -19,6 +19,8 @@ | @@ -19,6 +19,8 @@ | ||
| 19 | <%= @project.description %> | 19 | <%= @project.description %> |
| 20 | </p> | 20 | </p> |
| 21 | 21 | ||
| 22 | +<hr /> | ||
| 23 | + | ||
| 22 | <h2>Repositories</h2> | 24 | <h2>Repositories</h2> |
| 23 | 25 | ||
| 24 | <% if project_owner? @project.id %><%= link_to 'New Repository', new_project_repository_path(@project,), class: 'btn btn-primary' %><% end %> | 26 | <% if project_owner? @project.id %><%= link_to 'New Repository', new_project_repository_path(@project,), class: 'btn btn-primary' %><% end %> |