Commit 1b5608f823b61a9a90581ff904b0191cc7cb38ab
Committed by
Alessandro Palmeira
1 parent
034d56fb
Exists in
master
and in
29 other branches
[Mezuro] Adding repositories on show_project
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
plugins/mezuro/views/content_viewer/show_project.rhtml
@@ -18,5 +18,10 @@ | @@ -18,5 +18,10 @@ | ||
18 | <td><%= @project.description %></td> | 18 | <td><%= @project.description %></td> |
19 | </tr> | 19 | </tr> |
20 | </table> | 20 | </table> |
21 | + | ||
22 | + <%= _('Repositories') %> | ||
23 | + <% @page.repositories.each do |repository| %> | ||
24 | + <% repository.name %> | ||
25 | + <% end %> | ||
21 | 26 | ||
22 | <% end %> | 27 | <% end %> |