Sha256: ae547277eac1c47d686bb9b61231d846bedd6042f992acdaf6bfc159410a5aa5
Contents?: true
Size: 683 Bytes
Versions: 10
Compression:
Stored size: 683 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' %> <% end %> </header>
Version data entries
10 entries across 10 versions & 1 rubygems