Sha256: fb8f8563b934cf573d05be1781e4cd28bea6fe6b000e782979644dd7dd989416
Contents?: true
Size: 490 Bytes
Versions: 13
Compression:
Stored size: 490 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> <% 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
13 entries across 13 versions & 1 rubygems