Sha256: 6a03f97a5a24af874c538e9eef38c6b6373bf5790c122bf286bc0347e66ec39f

Contents?: true

Size: 629 Bytes

Versions: 15

Compression:

Stored size: 629 Bytes

Contents

.inner_post
  
  .byline(class="clearfix")
    .poster
      = link_to_if pref("forum_users_profile_link",true)=='true', post.created_by_user_display_name, "/user/profile/#{post.created_by_user_id}"
    .datetime 
      = post.created_at.strftime(Preference.getCached(_sid, 'date_time_format'))
    .add_post
      = link_to t("forum.add_message"), current_user ? "#add_post" : "/users/sign_in" if !@thread.is_locked? || @mod
    .report
      = link_to t("forum.report"), "/forums/report/#{post.id}"

  .body
    %span(class="#{'hidden_thread_title' unless post.is_visible?}" id="body_#{post.id}")
      = post.body.html_safe


Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
kit_cms-2.3.22 app/views/forum/_thread_post.html.haml
kit_cms-2.3.20 app/views/forum/_thread_post.html.haml
kit_cms-2.3.19 app/views/forum/_thread_post.html.haml
kit_cms-2.3.18 app/views/forum/_thread_post.html.haml
kit_cms-2.3.17 app/views/forum/_thread_post.html.haml
kit_cms-2.3.16 app/views/forum/_thread_post.html.haml
kit_cms-2.3.15 app/views/forum/_thread_post.html.haml
kit_cms-2.3.14 app/views/forum/_thread_post.html.haml
kit_cms-2.3.13 app/views/forum/_thread_post.html.haml
kit_cms-2.3.11 app/views/forum/_thread_post.html.haml
kit_cms-2.3.10 app/views/forum/_thread_post.html.haml
kit_cms-2.3.9 app/views/forum/_thread_post.html.haml
kit_cms-2.3.8 app/views/forum/_thread_post.html.haml
kit_cms-2.3.7 app/views/forum/_thread_post.html.haml
kit_cms-2.3.6 app/views/forum/_thread_post.html.haml