Sha256: 53df5f3e8b03bfd98bece4d70e197beab6f06e44fbd641ccb960c812bf4ddb15
Contents?: true
Size: 374 Bytes
Versions: 3
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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
publify_core-9.1.0 | app/views/tags/index.html.erb |
publify_core-9.0.1 | app/views/tags/index.html.erb |
publify_core-9.0.0 | app/views/tags/index.html.erb |