Sha256: f4afdac62d5110d3d50f8520a6f35a16a226c239f40431701d8bd12c5ad166a6

Contents?: true

Size: 883 Bytes

Versions: 32

Compression:

Stored size: 883 Bytes

Contents

= new_topic_button

- if current_user
  = link_to t('.mark_all_as_read'), mark_all_as_read_path

.container-fluid
  .row.forum-header
    .col-md-1
    .col-md-6=t('.subject')
    .col-md-1=t('.author')
    .col-md-1=t('.answers')
    .col-md-1=t('.views')
    .col-md-2=t('.last_message')

  .row.topic-list-container
    .box.topic-list
      - if @forum_topics.blank?
        .row.topic-row
          .col-md-12.col-sm-12.text-center= t('.no-topics')
      - else
        - @forum_topics.each do |topic|
          .row.topic-row
            .col-md-7.col-sm-7= render 'topic_subject', topic: topic, forum: @forum
            .col-md-1.col-sm-1= topic.posts.first.user.login rescue '-'
            .col-md-1.col-sm-1= topic.posts_count
            .col-md-1.col-sm-1= topic.views.to_i
            .col-md-2.col-sm-2.info= topic_last_post_info(topic)

= will_paginate @forum_topics

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
my_forum-0.0.2.4 app/views/my_forum/forums/show.haml
my_forum-0.0.2.3 app/views/my_forum/forums/show.haml
my_forum-0.0.2.2 app/views/my_forum/forums/show.haml
my_forum-0.0.2.1 app/views/my_forum/forums/show.haml
my_forum-0.0.2 app/views/my_forum/forums/show.haml
my_forum-0.0.1.beta60 app/views/my_forum/forums/show.haml
my_forum-0.0.1.beta59 app/views/my_forum/forums/show.haml
my_forum-0.0.1.beta58 app/views/my_forum/forums/show.haml
my_forum-0.0.1.beta57 app/views/my_forum/forums/show.haml
my_forum-0.0.1.beta56 app/views/my_forum/forums/show.haml
my_forum-0.0.1.beta55 app/views/my_forum/forums/show.haml
my_forum-0.0.1.beta54 app/views/my_forum/forums/show.haml
my_forum-0.0.1.beta53 app/views/my_forum/forums/show.haml
my_forum-0.0.1.beta52 app/views/my_forum/forums/show.haml
my_forum-0.0.1.beta51 app/views/my_forum/forums/show.haml
my_forum-0.0.1.beta50 app/views/my_forum/forums/show.haml
my_forum-0.0.1.beta49 app/views/my_forum/forums/show.haml
my_forum-0.0.1.beta48 app/views/my_forum/forums/show.haml
my_forum-0.0.1.beta47 app/views/my_forum/forums/show.haml
my_forum-0.0.1.beta46 app/views/my_forum/forums/show.haml