From eadb109d5692a8b303d92da2c062be9031cdb16f Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Sat, 1 Dec 2007 20:58:39 +0000 Subject: [PATCH] ActionItem31: listing tags with links to them --- app/views/content_viewer/view_page.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content_viewer/view_page.rhtml b/app/views/content_viewer/view_page.rhtml index fe422fd..1d082a9 100644 --- a/app/views/content_viewer/view_page.rhtml +++ b/app/views/content_viewer/view_page.rhtml @@ -1,7 +1,7 @@

<%= @page.title %>

- <%= _('Tags: %s') % @page.tags %> + <%= _('Tags: %s') % (@page.tags.map { |t| link_to(t, tag_url(:tag => t.name)) }.join(', ')) %>
<% if @page.parent && !@page.parent.path.blank? %> -- libgit2 0.21.2