From 15fdd793eaf3e2ea4b08777d556674f9ece38af3 Mon Sep 17 00:00:00 2001 From: hukl Date: Sat, 14 Nov 2009 10:10:59 +0100 Subject: added headline to Tag :show view to suggest that it is a list rather than a singe page / article when only one page is tagged with a certain tag. I still want to avoid thos "more / mehr" links --- app/views/tags/show.html.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app') diff --git a/app/views/tags/show.html.erb b/app/views/tags/show.html.erb index 4012bbf..7016efc 100644 --- a/app/views/tags/show.html.erb +++ b/app/views/tags/show.html.erb @@ -1,3 +1,5 @@ +

<%= t(:show_tag_headline) %> »<%=h @tag %>«

+ <%= render( :partial => 'custom/partials/article', -- cgit v1.3