Sha256: 61d36c2b6e77774abf3f70d85de46ee792a078ab54aa7f5a91a95544ba63135a

Contents?: true

Size: 731 Bytes

Versions: 45

Compression:

Stored size: 731 Bytes

Contents

<div class="comment" id="comment_<%= comment.id %>">
  <% if admin? %>
    <div class="admin">
      <%= link_to(comment_path(:action => :delete, :id => comment),
              :confirm => t("rails_connector.views.cms.comments.are_you_sure")) do %>
        <%= image_tag("admin/minus.gif") %>
      <% end %>
    </div>
  <% end %>

  <div class="info">
    <span class="name">
      <%= comment.name %>
    </span>
    &nbsp;
    <%=t :"rails_connector.views.cms.comments.wrote_on" %>
    &nbsp;
    <span class="created_at">
      <%=l comment.created_at %>
    </span>
  </div>
  <span class="subject">
    <%= comment.subject %>
  </span>
  <div class="body">
    <%= simple_format(strip_tags(comment.body)) %>
  </div>
</div>

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
infopark_rails_connector-6.9.1.3.22208381 app/views/comments/_comment.html.erb
infopark_rails_connector-6.9.0.3.197272233 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.3.174.51542603 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.3.115.227021242 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.3.73.75172665 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.3.2.153416031 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.3.67.110847540 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.3.1.23895778 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.2.36.82613853 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.2.7.128454143 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.1.26.236500544 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.1 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.539.93842523 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.529.114081979 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.518.30999728 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.515.34928522 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.498.46559598 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.480.261594408 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.444.171626367 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.406.131718077 app/views/comments/_comment.html.erb