diff options
| author | mo k <mo@mokhan.ca> | 2013-01-26 08:11:30 -0700 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2013-01-26 08:11:30 -0700 |
| commit | 8b6ac7ff7db4bb1dd73e2cf2dc1bc707d030ea8f (patch) | |
| tree | b31961b928f3d9d77433074dac19a36a5ecc5f45 | |
| parent | 33c37466778951e39e53bb4a63521a523b7bf898 (diff) | |
remove tag cloud
| -rw-r--r-- | app/views/tutorials/index.html.erb | 9 |
1 files changed, 0 insertions, 9 deletions
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 @@ }); </script> <% end -%> -<style> -.css1 { font-size: 1.0em; } -.css2 { font-size: 1.2em; } -.css3 { font-size: 1.4em; } -.css4 { font-size: 1.6em; } -</style> <% 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| %> - <a href="?tags=<%= tag.name %>"><span class="label <%= css_class %>"><%= tag.name %></span></a> - <% end %> <% end -%> <div id="tutorials-div" class="row"> <div class="span12"> |
