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

Version Path
my_forum-0.0.2.4 app/views/my_forum/forums/_topic_subject.html.haml
my_forum-0.0.2.3 app/views/my_forum/forums/_topic_subject.html.haml
my_forum-0.0.2.2 app/views/my_forum/forums/_topic_subject.html.haml
my_forum-0.0.2.1 app/views/my_forum/forums/_topic_subject.html.haml
my_forum-0.0.2 app/views/my_forum/forums/_topic_subject.html.haml
my_forum-0.0.1.beta60 app/views/my_forum/forums/_topic_subject.html.haml