Sha256: 22ba0777a4bc978776d6f1e6f67bc127279a55a0a47d270fade1ade5b828bf77

Contents?: true

Size: 392 Bytes

Versions: 22

Compression:

Stored size: 392 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

22 entries across 22 versions & 1 rubygems

Version Path
enju_bookmark-0.3.2 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.3.1 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.3.0 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.3.0.beta.1 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.2.2 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.2.1 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.2.0 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.2.0.beta.5 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.2.0.beta.3 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.2.0.beta.2 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.2.0.beta.1 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.3 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.2 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.2.pre23 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.2.pre22 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.2.pre21 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.2.pre20 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.2.pre19 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.2.pre18 app/views/bookmarks/_tag_cloud.html.erb
enju_bookmark-0.1.2.pre17 app/views/bookmarks/_tag_cloud.html.erb