diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index 9a73ac1..cd1dc05 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -19,6 +19,8 @@ <%= @project.description %>

+
+

Repositories

<% if project_owner? @project.id %><%= link_to 'New Repository', new_project_repository_path(@project,), class: 'btn btn-primary' %><% end %> -- libgit2 0.21.2