Sha256: 57c099fef67483f8c35c052097dc47c3522f09416d57b3dcc868bdbb5128bbfc
Contents?: true
Size: 362 Bytes
Versions: 9
Compression:
Stored size: 362 Bytes
Contents
<% if thredded_abilities.can? :read, topic %> <tr> <td class="title table-first-column"> <%= topic.title %> </td> <td class="replies"> <%= topic.posts_count %> </td> <td class="created"> <%= formatted_user_profile_date(topic.created_at) %> </td> <td class="updated"> <%= formatted_user_profile_date(topic.updated_at) %> </td> </tr> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems