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.8.0.356.19698103 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.348.160665197 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.328.4a753fc app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.322.c003f11 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.210.ed204b0 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.110.6570b45 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.72.d18d096 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.23.da7f96b app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.16.def5e85 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.15.a24f5ff app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.beta.200.891.647580e app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.beta.200.889.d503e42 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.beta.200.883.f5f063b app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.beta.200.884.4bd86e6 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.beta.200.869.9609b39 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.beta.200.856.8c0fec5 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.beta.200.809.bdfa8c3 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.beta.200.785.05d4af9 app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.beta.200.744.99f67fc app/views/comments/_comment.html.erb
infopark_rails_connector-6.8.0.beta.200.720.44fbabd app/views/comments/_comment.html.erb