Sha256: a85def1fe8af7a55416e7ebc4e03a9d1ca6c64d2101e16a9934a218d2709a856

Contents?: true

Size: 438 Bytes

Versions: 9

Compression:

Stored size: 438 Bytes

Contents

<div class="post">
  <h2 class="title"><%= _(controller.controller_name.capitalize) %></h2>
<% unless @groupings.empty? -%>
<%= ul_tag_for @grouping_class %>
<% for grp in @groupings.sort_by{|grp|grp.display_name} -%>
  <li>
    <%= link_to_permalink(grp, grp.display_name) %>
  </li>
<% end -%>
</ul>
<% else -%>
<p><%= _("There are")%> <%= @grouping_class.to_s.underscore.pluralize %>.</p>
<% end -%>
</div>
<p><%= will_paginate %></p>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-5.4.4 app/views/articles/groupings.html.erb
typo-5.4.3 app/views/articles/groupings.html.erb
typo-5.4.2 app/views/articles/groupings.html.erb
typo-5.4.1 app/views/articles/groupings.html.erb
typo-5.4 app/views/articles/groupings.html.erb
typo-5.1.98 app/views/articles/groupings.html.erb
typo-5.2 app/views/articles/groupings.html.erb
typo-5.2.98 app/views/articles/groupings.html.erb
typo-5.3 app/views/articles/groupings.html.erb