Sha256: 5b9118cb47e6f61c79de775697218f233f6488503d79863687d2cea8ba563047
Contents?: true
Size: 680 Bytes
Versions: 18
Compression:
Stored size: 680 Bytes
Contents
<p id="comment_<%= @comment.id %>" data-id="<%= @comment.id %>"> <b><%= @comment.author %></b> on <i><%= (new App.Services.Date @comment.createdAt).strftime '%d %b %y' %></i> <% if @isAdmin: %> ( <% unless @comment.approved: %> <a href="/user/articles/<%= @comment.articleId %>/comments/<%= @comment.id %>/approve" class='approve'>approve</a> | <% end %> <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
18 entries across 18 versions & 1 rubygems