Sha256: f3d73619bc2038c4a57acdfee2e3160cc423c3fe13d29f9bd20fd919b253c156
Contents?: true
Size: 716 Bytes
Versions: 42
Compression:
Stored size: 716 Bytes
Contents
<header class="thredded--topic-header"> <h1 class="thredded--topic-header--title"><%= topic.title %></h1> <cite class="thredded--topic-header--started-by"> <%= t 'thredded.topics.started_by_html', time_ago: time_ago(topic.created_at), user: user_link(topic.user) %> </cite> <span class="thredded--topic-header--participants"> <%= render partial: 'thredded/private_topics/header/participant', collection: (topic.users - [topic.user]) %> </span> <% if topic.can_update? %> <%= link_to t('thredded.private_topics.edit'), topic.edit_path, class: 'thredded--topic-header--edit-topic', rel: 'nofollow' %> <% end %> </header>
Version data entries
42 entries across 42 versions & 2 rubygems