Sha256: 08d35c1fb6d47b824d437951b1f83503184249b61678c02f8223fd89f29f0f54

Contents?: true

Size: 374 Bytes

Versions: 24

Compression:

Stored size: 374 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_are_no_tags') %></p>
  <% end %>
</div>
<p><%= paginate @tags %></p>

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
publify_core-10.0.2 app/views/tags/index.html.erb
HornsAndHooves-publify_core-10.5.0 app/views/tags/index.html.erb
HornsAndHooves-publify_core-10.4.0 app/views/tags/index.html.erb
HornsAndHooves-publify_core-10.3.0 app/views/tags/index.html.erb
HornsAndHooves-publify_core-10.2.0 app/views/tags/index.html.erb
publify_core-10.0.1 app/views/tags/index.html.erb
publify_core-10.0.0 app/views/tags/index.html.erb
publify_core-9.2.10 app/views/tags/index.html.erb
HornsAndHooves-publify_core-10.1.1 app/views/tags/index.html.erb
HornsAndHooves-publify_core-10.1.0 app/views/tags/index.html.erb
HornsAndHooves-publify_core-10.0.3 app/views/tags/index.html.erb
HornsAndHooves-publify_core-10.0.2 app/views/tags/index.html.erb
HornsAndHooves-publify_core-10.0.1 app/views/tags/index.html.erb
HornsAndHooves-publify_core-10.0.0 app/views/tags/index.html.erb
publify_core-9.2.9 app/views/tags/index.html.erb
publify_core-9.2.8 app/views/tags/index.html.erb
publify_core-9.2.7 app/views/tags/index.html.erb
publify_core-9.2.6 app/views/tags/index.html.erb
publify_core-9.2.5 app/views/tags/index.html.erb
publify_core-9.2.4 app/views/tags/index.html.erb