Sha256: 3475a44c4b67cfb668ec133139cb0d0beafcbfeda5ba67343147ca6f956004de
Contents?: true
Size: 522 Bytes
Versions: 3
Compression:
Stored size: 522 Bytes
Contents
<div class="formol_forum_topics list" id="formol_forum_<%= forum.id %>_topics"> <div class="head"> <span class="title"><%= t('.topics') %></span> <span class="posts_count"><%= t('.posts') %></span> <span class="views_count"><%= t('.views') %></span> <span class="last_post"><%= t('.last_post') %></span> </div> <ol class="topics"> <% if topics.blank? %> <li class="empty"><%= t('.no_topics') %></li> <% else %> <%= render topics, :forum => forum %> <% end %> </ol> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
formol-0.0.6 | app/views/formol/topics/_list.html.erb |
formol-0.0.5 | app/views/formol/topics/_list.html.erb |
formol-0.0.4 | app/views/formol/topics/_list.html.erb |