aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/blog/shared/_tags.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/refinery/blog/shared/_tags.html.erb')
-rw-r--r--app/views/refinery/blog/shared/_tags.html.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/refinery/blog/shared/_tags.html.erb b/app/views/refinery/blog/shared/_tags.html.erb
new file mode 100644
index 0000000..b0b11ee
--- /dev/null
+++ b/app/views/refinery/blog/shared/_tags.html.erb
@@ -0,0 +1,8 @@
+<% if @tags.any? %>
+ <h2><%= t('.title') %></h2>
+ <nav id='tags'>
+ <% tag_cloud(@tags, %w(tag1 tag2 tag3 tag4)) do |tag, css_class| %>
+ <%= link_to tag.name, tagged_posts_path(tag.id, tag.name.parameterize), :class => css_class %>
+ <% end %>
+ </nav>
+<% end %> \ No newline at end of file