Sha256: abdcab88b67a7063219f0c7fdef0318fb4b14386cba6f97bff824d123c02092c

Contents?: true

Size: 537 Bytes

Versions: 3

Compression:

Stored size: 537 Bytes

Contents

<div class="formol_category_forums list" id="formol_category_<%= category.id %>_forums">
  <div class="head">
    <span class="label"><%= t('.forums') %></span>
    <span class="topics_count"><%= t('.topics') %></span>
    <span class="posts_count"><%= t('.posts') %></span>
    <span class="last_post"><%= t('.last_post') %></span>
  </div>
  
  <ol class="forums">
    <% if category.forums.blank? %>
      <li class="empty"><%= t('.no_forums') %></li>
    <% else %>   
      <%= render category.forums %>
    <% end %>
  </ol>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
formol-0.0.6 app/views/formol/forums/_list.html.erb
formol-0.0.5 app/views/formol/forums/_list.html.erb
formol-0.0.4 app/views/formol/forums/_list.html.erb