Sha256: e8406375e3a58657e774df300a0cc84050be54925705c9e8016e4987fc719bcc

Contents?: true

Size: 547 Bytes

Versions: 18

Compression:

Stored size: 547 Bytes

Contents

- post_counter += 1

.row.post-header{ id: "post_number_#{post_counter}"}
  .col-md-10.post_from_user_login
    - user_login = post.user.try(:login)
    = online_user_marker(user_login)
    = user_login
  .col-md-1.post_number.pull-right
    =link_to t('.number', post_number: post_counter), forum_topic_path(@forum, post.topic, show_post: post_counter)
.row
  .col-md-2
    = render 'user_info', post: post
  .col-md-10
    .created_at= t('.sent', datetime: time(post.created_at))
    #post_container{ id: post.id }
      = format_post_text(post)

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
my_forum-0.0.1.beta21 app/views/my_forum/topics/_post.haml
my_forum-0.0.1.beta20 app/views/my_forum/topics/_post.haml
my_forum-0.0.1.beta19 app/views/my_forum/topics/_post.haml
my_forum-0.0.1.beta18 app/views/my_forum/topics/_post.haml
my_forum-0.0.1.beta17 app/views/my_forum/topics/_post.haml
my_forum-0.0.1.beta16 app/views/my_forum/topics/_post.haml
my_forum-0.0.1.beta15 app/views/my_forum/topics/_post.haml
my_forum-0.0.1.beta14 app/views/my_forum/topics/_post.haml
my_forum-0.0.1.beta13 app/views/my_forum/topics/_post.haml
my_forum-0.0.1.beta12 app/views/my_forum/topics/_post.haml
my_forum-0.0.1.beta11 app/views/my_forum/topics/_post.haml
my_forum-0.0.1.beta10 app/views/my_forum/topics/_post.haml
my_forum-0.0.1.beta9 app/views/my_forum/topics/_post.haml
my_forum-0.0.1.beta8 app/views/my_forum/topics/_post.haml
my_forum-0.0.1.beta7 app/views/my_forum/topics/_post.haml
my_forum-0.0.1.beta5 app/views/my_forum/topics/_post.haml
my_forum-0.0.1.beta4 app/views/my_forum/topics/_post.haml
my_forum-0.0.1.beta3 app/views/my_forum/topics/_post.haml