From 1b5608f823b61a9a90581ff904b0191cc7cb38ab Mon Sep 17 00:00:00 2001 From: Alessandro Palmeira + Rafael Manzo Date: Tue, 27 Nov 2012 17:41:29 -0200 Subject: [PATCH] [Mezuro] Adding repositories on show_project --- plugins/mezuro/views/content_viewer/show_project.rhtml | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/plugins/mezuro/views/content_viewer/show_project.rhtml b/plugins/mezuro/views/content_viewer/show_project.rhtml index e7c23f9..58ec939 100644 --- a/plugins/mezuro/views/content_viewer/show_project.rhtml +++ b/plugins/mezuro/views/content_viewer/show_project.rhtml @@ -18,5 +18,10 @@ <%= @project.description %> + + <%= _('Repositories') %> + <% @page.repositories.each do |repository| %> + <% repository.name %> + <% end %> <% end %> -- libgit2 0.21.2