Sha256: aa1568b110b8bdc466a134d656c31d7ff4622bcd30dc9b929c4d9205892c194e

Contents?: true

Size: 398 Bytes

Versions: 37

Compression:

Stored size: 398 Bytes

Contents

<div class="tag_cloud">
  <div class="hTagcloud">
    <ul class="popularity">
      <%- unless @tags.empty? -%>
        <%- tag_cloud @tags, ['popular', 'v-popular', 'vv-popular', 'vvv-popular', 'vvvv-popular'] do |tag, css_class| -%>
          <li><%= link_to tag.name, manifestations_path(:tag => tag.name), :class => css_class %></li>
        <% end %>
      <% end %>
    </ul>
  </div>
</div>

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
enju_bookmark-0.1.2.pre14 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.2.pre13 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.2.pre12 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.2.pre11 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.2.pre10 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.2.pre9 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.2.pre8 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.2.pre7 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.2.pre6 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.2.pre5 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.2.pre4 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.2.pre3 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.2.pre2 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.2.pre app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.1 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.0.pre app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.0 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.0.22 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.0.21 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.0.20 app/views/bookmarks/_tag_cloud.html.erb