diff options
| author | hukl <contact@smyck.org> | 2009-11-14 10:10:59 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-11-14 10:10:59 +0100 |
| commit | 15fdd793eaf3e2ea4b08777d556674f9ece38af3 (patch) | |
| tree | 0508ea62ff501d72436f921f841903ad247d2720 /app | |
| parent | 2ddde100ba25a68ca3030148447aeaa51ad0899e (diff) | |
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
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/tags/show.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 1 | <h2><%= t(:show_tag_headline) %> »<%=h @tag %>«</h2> | ||
| 2 | |||
| 1 | <%= | 3 | <%= |
| 2 | render( | 4 | render( |
| 3 | :partial => 'custom/partials/article', | 5 | :partial => 'custom/partials/article', |
