Sha256: bcb96a5bd197c86d2a96dffe7861032625cb0119c94e005e9d8826309a4d0590
Contents?: true
Size: 482 Bytes
Versions: 4
Compression:
Stored size: 482 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.topics.edit'), topic.edit_path, class: 'thredded--topic-header--edit-topic' %> <% end %> </header>
Version data entries
4 entries across 4 versions & 1 rubygems