aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/shared/_tags.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/blog/shared/_tags.html.erb')
-rw-r--r--app/views/blog/shared/_tags.html.erb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/blog/shared/_tags.html.erb b/app/views/blog/shared/_tags.html.erb
deleted file mode 100644
index b0b11ee..0000000
--- a/app/views/blog/shared/_tags.html.erb
+++ /dev/null
@@ -1,8 +0,0 @@
-<% 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