Sha256: 18ceb3c24aaab41467d372d53d8151044e1d914005a8922bdb3b446ea0fc4693

Contents?: true

Size: 1.14 KB

Versions: 16

Compression:

Stored size: 1.14 KB

Contents

<li class="clearfix" id="<%= dom_id(comment_item) %>">
  <div class="user"><%= avatar_for comment_item.user, 48 %></div>
  <p class="comment_author"><%= truncate(comment_item.user.display_name, :length => 30) %>
    <% if false #can?(:moderate, comment_item.forum_topic.forum) || !comment_item.user.active? %>
      <span class="admin">(<%= forum_comment_user_state(comment_item) %>)</span>
    <% end %>
  </p>
  <p class="info">
    <%= present(comment_item).date_posted %>
    <% edited = edited_on_tag(comment_item) %>
    <%= " | #{edited}".html_safe if edited %>
    <%= ' | '.html_safe + link_to(I18n.t('fms.reply'), '#reply') unless @forum_topic.locked? || !user_signed_in? %>
    <% if user_signed_in? && can?(:edit, comment_item) %>
    | 
      <%= link_to I18n.t('fms.admin.edit_post'), edit_forum_forum_topic_forum_comment_path(@forum, @forum_topic, comment_item), :class => 'utility' %>
    <% end %>
  </p>
  <div class="clearfix"></div>
  <div class="comment_text">
    <% if comment_item.user.active? %>
      <%= present(comment_item).formatted_comment %>
    <% else %>
      <p>(<% I18n.t 'fms.suspended_user_post' %>)</p>
    <% end %>
  </div>
</li>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
dm_forum-4.2.3.10 app/views/dm_forum/forum_topics/_comment_item.html.erb
dm_forum-4.2.3.9 app/views/dm_forum/forum_topics/_comment_item.html.erb
dm_forum-4.2.3.8 app/views/dm_forum/forum_topics/_comment_item.html.erb
dm_forum-4.2.3.7 app/views/dm_forum/forum_topics/_comment_item.html.erb
dm_forum-4.2.3.6 app/views/dm_forum/forum_topics/_comment_item.html.erb
dm_forum-4.2.3.5 app/views/dm_forum/forum_topics/_comment_item.html.erb
dm_forum-4.2.3.4 app/views/dm_forum/forum_topics/_comment_item.html.erb
dm_forum-4.2.3.3 app/views/dm_forum/forum_topics/_comment_item.html.erb
dm_forum-4.2.3.2 app/views/dm_forum/forum_topics/_comment_item.html.erb
dm_forum-4.2.3.1 app/views/dm_forum/forum_topics/_comment_item.html.erb
dm_forum-4.2.3 app/views/dm_forum/forum_topics/_comment_item.html.erb
dm_forum-4.2.2.3 app/views/dm_forum/forum_topics/_comment_item.html.erb
dm_forum-4.2.2.2 app/views/dm_forum/forum_topics/_comment_item.html.erb
dm_forum-4.2.2.1 app/views/dm_forum/forum_topics/_comment_item.html.erb
dm_forum-4.2.2 app/views/dm_forum/forum_topics/_comment_item.html.erb
dm_forum-4.2.1.5 app/views/dm_forum/forum_topics/_comment_item.html.erb