Sha256: 4b9e5dd78411ad46c5e83be5a161acb8bab1c29b7308fd94b8fe63217b3db470

Contents?: true

Size: 380 Bytes

Versions: 13

Compression:

Stored size: 380 Bytes

Contents

<% unless sidebar.categories.blank? -%>
<h3><%= _("Categories")%></h3>
<ul id="categories">
<% for category in sidebar.categories -%>
  <% unless empty.blank? and category.article_counter == 0 %>
  <li><%= link_to h(category.name), category_url(category)  %> <% unless count.blank? %><em>(<%= category.article_counter %>)</em><% end %></li>
  <% end %>
<% end -%>
</ul>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
typo-5.0.2 vendor/plugins/category_sidebar/views/content.rhtml
typo-5.0.1 vendor/plugins/category_sidebar/views/content.rhtml
typo-5.0.3.98.1 vendor/plugins/category_sidebar/views/content.rhtml
typo-5.0 vendor/plugins/category_sidebar/views/content.rhtml
typo-5.0.3.98 vendor/plugins/category_sidebar/views/content.rhtml
typo-5.1.2 vendor/plugins/category_sidebar/views/content.rhtml
typo-5.1.1 vendor/plugins/category_sidebar/views/content.rhtml
typo-5.1.3 vendor/plugins/category_sidebar/views/content.rhtml
typo-5.1 vendor/plugins/category_sidebar/views/content.rhtml
typo-5.1.98 vendor/plugins/category_sidebar/views/content.rhtml
typo-5.2.98 vendor/plugins/category_sidebar/views/content.rhtml
typo-5.2 vendor/plugins/category_sidebar/views/content.rhtml
typo-5.3 vendor/plugins/category_sidebar/views/content.rhtml