Sha256: 03a2704dec8ea23a0c4dc85a79d1772f11f63a8cd7c56425bafe2f8d7e776093

Contents?: true

Size: 469 Bytes

Versions: 13

Compression:

Stored size: 469 Bytes

Contents

<p id="comment_<%= @comment.id %>">
  <b><%= @comment.author %></b> on
  <i><%= (new App.Services.Date @comment.createdAt).strftime '%d %b %y' %></i>
  <% if @isAdmin: %>
    (<a href="/user/articles/<%= @comment.articleId %>/comments/<%= @comment.id %>/edit">edit</a> |
    <a href="/user/articles/<%= @comment.articleId %>/comments/<%= @comment.id %>"
       data-method="delete" data-confirm="Are you sure?">delete</a>)
  <% end %>
  <br>
  <%= @comment.text %>
</p>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
loco-rails-3.0.3 test/dummy/node_modules/loco-js/spec_coffee/dummy/templates/user/comments/comment.jst.eco
loco-rails-3.0.2 test/dummy/node_modules/loco-js/spec_coffee/dummy/templates/user/comments/comment.jst.eco
loco-rails-3.0.1 test/dummy/node_modules/loco-js/spec_coffee/dummy/templates/user/comments/comment.jst.eco
loco-rails-3.0.0 test/dummy/node_modules/loco-js/spec_coffee/dummy/templates/user/comments/comment.jst.eco
loco-rails-1.4.0 test/dummy/app/assets/javascripts/templates/user/comments/comment.jst.eco
loco-rails-1.3.3 test/dummy/app/assets/javascripts/templates/user/comments/comment.jst.eco
loco-rails-1.3.2 test/dummy/app/assets/javascripts/templates/user/comments/comment.jst.eco
loco-rails-1.3.1 test/dummy/app/assets/javascripts/templates/user/comments/comment.jst.eco
loco-rails-1.3.0 test/dummy/app/assets/javascripts/templates/user/comments/comment.jst.eco
loco-rails-1.0.2 test/dummy/app/assets/javascripts/templates/user/comments/comment.jst.eco
loco-rails-1.0.1 test/dummy/app/assets/javascripts/templates/user/comments/comment.jst.eco
loco-rails-1.0.0 test/dummy/app/assets/javascripts/templates/user/comments/comment.jst.eco
loco-rails-0.0.1 test/dummy/app/assets/javascripts/templates/user/comments/comment.jst.eco