Sha256: 38c5d8d57a8ed153400c1fc7d75bbc108f0c621637c779e6eb1a3bb540814622
Contents?: true
Size: 423 Bytes
Versions: 6
Compression:
Stored size: 423 Bytes
Contents
- forum ||= topic.forum .row .col-md-12 - if topic.pinned? %i.fa.fa-thumb-tack - if topic.unread?(current_user, topic.posts.last) .new_topic.label.label-warning= t('.new') - if topic.closed? %i.fa.fa-lock = link_to topic.name.html_safe, forum_topic_path(forum, topic) .row .col-md-12.topic_description =# topic.description.html_safe = t('.author', author: topic.owner.login)
Version data entries
6 entries across 6 versions & 1 rubygems