From 4f95873b5eceec779d6b3bf066c37131e1b62271 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Wed, 19 Nov 2014 13:46:38 -0200 Subject: [PATCH] Restored
to projects show --- app/views/projects/show.html.erb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) 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