Commit 4f95873b5eceec779d6b3bf066c37131e1b62271

Authored by Rafael Manzo
1 parent 09e429fe

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 19 <%= @project.description %>
20 20 </p>
21 21  
  22 +<hr />
  23 +
22 24 <h2>Repositories</h2>
23 25  
24 26 <% if project_owner? @project.id %><%= link_to 'New Repository', new_project_repository_path(@project,), class: 'btn btn-primary' %><% end %>
... ...