Sha256: 39bf82d853ea024d5ac189532a8240f2262c31e9ca337d7945eed1e6274f4585

Contents?: true

Size: 338 Bytes

Versions: 9

Compression:

Stored size: 338 Bytes

Contents

<% unless sidebar.tags.blank? %>
  <h3 class="sidebar-title"><%= t(".tags")%></h3>
  <div class="sidebar-body">
    <p style="overflow:hidden">
    <% sidebar.tags.each do |tag| %>
      <span style="font-size:<%= sidebar.sizes[tag] %>%"><%= link_to tag.display_name, tag_url(tag.name) %></span>
    <% end %>
    </p>
  </div>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
publify_core-9.1.0 app/views/tag_sidebar/_content.html.erb
publify_core-9.0.1 app/views/tag_sidebar/_content.html.erb
publify_core-9.0.0 app/views/tag_sidebar/_content.html.erb
publify_core-9.0.0.pre6 app/views/tag_sidebar/_content.html.erb
publify_core-9.0.0.pre5 app/views/tag_sidebar/_content.html.erb
publify_core-9.0.0.pre4 app/views/tag_sidebar/_content.html.erb
publify_core-9.0.0.pre3 app/views/tag_sidebar/_content.html.erb
publify_core-9.0.0.pre2 app/views/tag_sidebar/_content.html.erb
publify_core-9.0.0.pre1 app/views/tag_sidebar/_content.html.erb