Sha256: fbdff0b37cff860249ed293d46d63cd8650a6b12b2230527c7c58a9ed651afda
Contents?: true
Size: 461 Bytes
Versions: 7
Compression:
Stored size: 461 Bytes
Contents
.admin_comment-item id=dom_id(comment) .admin_comment-meta - if comment.author_id = link_to comment.author_name, admin_user_path(:id => comment.author_id), :target => '_blank' span.muted= l(comment.created_at, :format => :long) - if can? :destroy, comment = link_to t('admin.delete'), admin_admin_comment_path(comment), :remote => true, :method => :delete, :class => 'btn btn-mini btn-danger' .admin_comment-body p= comment.body
Version data entries
7 entries across 7 versions & 1 rubygems