diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/tags/index.html.haml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/tags/index.html.haml b/app/views/tags/index.html.haml new file mode 100644 index 0000000..c9f1e85 --- /dev/null +++ b/app/views/tags/index.html.haml | |||
@@ -0,0 +1,4 @@ | |||
1 | %h2.centered Tag cloud | ||
2 | #tag-cloud | ||
3 | - tag_cloud @tags, %w[xs s m l xl] do |tag, css_class| | ||
4 | = link_to tag.name, tag_url(tag.name), class: css_class, title: tag.taggings_count | ||