From 8b6ac7ff7db4bb1dd73e2cf2dc1bc707d030ea8f Mon Sep 17 00:00:00 2001 From: mo k Date: Sat, 26 Jan 2013 08:11:30 -0700 Subject: remove tag cloud --- app/views/tutorials/index.html.erb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'app/views/tutorials') diff --git a/app/views/tutorials/index.html.erb b/app/views/tutorials/index.html.erb index a952e30b..18956b68 100644 --- a/app/views/tutorials/index.html.erb +++ b/app/views/tutorials/index.html.erb @@ -12,17 +12,8 @@ }); <% end -%> - <% content_for :page_header do -%> <%= link_to 'Add Tutorial', new_tutorial_path, :class => "btn btn-primary pull-right" %> - <% tag_cloud(Tutorial.tag_counts_on(:tags), %w(css1 css2 css3 css4)) do |tag, css_class| %> - <%= tag.name %> - <% end %> <% end -%>
-- cgit v1.2.3