Sha256: 402e83b09e870f77c038f163c05987b07e078e7088592e93a9ae55afb9f900a7
Contents?: true
Size: 499 Bytes
Versions: 59
Compression:
Stored size: 499 Bytes
Contents
<%# @param post [Thredded::PostView] %> <% topic = post.to_model.postable %> <header> <h2 class="thredded--post--topic"> <%= topic_link = link_to(topic.title, post.permalink_path) if topic.first_post == post.to_model t 'thredded.users.started_topic_html', topic_link: topic_link else t 'thredded.users.posted_in_topic_html', topic_link: topic_link end %> </h2> <p class="thredded--post--created-at"><%= time_ago post.created_at %></p> </header>
Version data entries
59 entries across 59 versions & 2 rubygems