Sha256: 6fe902b8dd20b83b850eed2d4b43084ed4757552a08e68aa2c7cf44c891043b4
Contents?: true
Size: 563 Bytes
Versions: 1
Compression:
Stored size: 563 Bytes
Contents
.container-fluid .row .col-md-12 #topic_header = render 'topic_header', topic: @topic .row .col-md-12 #posts .row .col-md-12.topic_posts_info =t('.messages_in_topic', count: @topic.posts.count) .row.post-list-container .box - @topic_posts.each do |post| = render 'post', post: post = will_paginate @topic_posts - if current_user.can_quick_answer?(@topic) #quick_answer = render 'quick_answer', forum: @forum, topic: @topic
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
my_forum-0.0.1.beta1 | app/views/my_forum/topics/show.haml |