Sha256: 60bc067cf70c1e9a90b02303c55eedaa6ed757705adfd4f53c0a467929e92c03

Contents?: true

Size: 451 Bytes

Versions: 6

Compression:

Stored size: 451 Bytes

Contents

<div class="post">
  <h2 class="title"><%= @page_title %></h2>
  <% unless @tags.empty? %>
    <ul>
      <% for tag in @tags.sort_by{|grp|grp.display_name} %>
        <li>
          <%= link_to_permalink(tag, tag.display_name) %>
        </li>
      <% end %>
    </ul>
  <% else %>
    <p><%= t(".there_is_no_tags") %></p>
  <% end %>
</div>
<p><%= paginate(@tags, right: "#{t(".next_page")} &raquo;", left: "&laquo; #{t('.previous_page')}") %></p>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
publify_core-9.0.0.pre6 app/views/tags/index.html.erb
publify_core-9.0.0.pre5 app/views/tags/index.html.erb
publify_core-9.0.0.pre4 app/views/tags/index.html.erb
publify_core-9.0.0.pre3 app/views/tags/index.html.erb
publify_core-9.0.0.pre2 app/views/tags/index.html.erb
publify_core-9.0.0.pre1 app/views/tags/index.html.erb