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

Version Path
thredded-0.8.4 app/views/thredded/private_topics/_header.html.erb
thredded-0.8.2 app/views/thredded/private_topics/_header.html.erb
thredded-0.7.0 app/views/thredded/private_topics/_header.html.erb
thredded-0.6.3 app/views/thredded/private_topics/_header.html.erb
thredded-0.6.2 app/views/thredded/private_topics/_header.html.erb
thredded-0.6.1 app/views/thredded/private_topics/_header.html.erb
thredded-0.6.0 app/views/thredded/private_topics/_header.html.erb
thredded-0.5.1 app/views/thredded/private_topics/_header.html.erb
thredded-0.5.0 app/views/thredded/private_topics/_header.html.erb
thredded-0.4.0 app/views/thredded/private_topics/_header.html.erb
thredded-0.3.2 app/views/thredded/private_topics/_header.html.erb
thredded-0.3.1 app/views/thredded/private_topics/_header.html.erb
thredded-0.3.0 app/views/thredded/private_topics/_header.html.erb