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

Version Path
thredded-1.1.0 app/views/thredded/private_topics/_header.html.erb
thredded-1.0.1 app/views/thredded/private_topics/_header.html.erb
thredded-1.0.0 app/views/thredded/private_topics/_header.html.erb
thredded-0.16.16 app/views/thredded/private_topics/_header.html.erb
thredded-0.16.15 app/views/thredded/private_topics/_header.html.erb
thredded-0.16.14 app/views/thredded/private_topics/_header.html.erb
thredded-0.16.13 app/views/thredded/private_topics/_header.html.erb
thredded-0.16.12 app/views/thredded/private_topics/_header.html.erb
thredded-0.16.11 app/views/thredded/private_topics/_header.html.erb
thredded-0.16.10 app/views/thredded/private_topics/_header.html.erb
thredded-0.16.9 app/views/thredded/private_topics/_header.html.erb
thredded-0.16.8 app/views/thredded/private_topics/_header.html.erb
thredded-0.16.7 app/views/thredded/private_topics/_header.html.erb
thredded-0.16.6 app/views/thredded/private_topics/_header.html.erb
thredded-0.16.5 app/views/thredded/private_topics/_header.html.erb
thredded-0.16.4 app/views/thredded/private_topics/_header.html.erb
thredded-0.16.3 app/views/thredded/private_topics/_header.html.erb
thredded-0.16.1 app/views/thredded/private_topics/_header.html.erb
thredded-0.16.0 app/views/thredded/private_topics/_header.html.erb
thredded-0.15.5 app/views/thredded/private_topics/_header.html.erb