agenda-libre-ruby/app/views/tags/index.html.haml

7 lines
178 B
Plaintext
Raw Normal View History

%h2
%em.fa.fa-tags
= title t '.title'
2014-01-05 22:10:11 +01:00
- tag_cloud @tags, %w(css1 css2 css3 css4) do |tag, css_class|
= link_to tag.name, { action: :show, id: tag.name }, class: css_class