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

Version Path
thredded-0.0.12 app/views/thredded/topics/_recent_topics_by_user.html.erb
thredded-0.0.10 app/views/thredded/topics/_recent_topics_by_user.html.erb
thredded-0.0.9 app/views/thredded/topics/_recent_topics_by_user.html.erb
thredded-0.0.8 app/views/thredded/topics/_recent_topics_by_user.html.erb
thredded-0.0.7 app/views/thredded/topics/_recent_topics_by_user.html.erb
thredded-0.0.6 app/views/thredded/topics/_recent_topics_by_user.html.erb
thredded-0.0.5 app/views/thredded/topics/_recent_topics_by_user.html.erb
thredded-0.0.4 app/views/thredded/topics/_recent_topics_by_user.html.erb
thredded-0.0.3 app/views/thredded/topics/_recent_topics_by_user.html.erb