Sha256: 70645093bb9ff160ad89c8e6afdf25e5eb08ebd65480639fbb2a1ae9231e4a60

Contents?: true

Size: 565 Bytes

Versions: 4

Compression:

Stored size: 565 Bytes

Contents

= link_to t('the_comments.to_published'), to_published_comment_url(comment), remote: true, class: :to_published, method: :post
= link_to t('the_comments.to_draft'),     to_draft_comment_url(comment),     remote: true, class: :to_draft,     method: :post
= link_to t('the_comments.to_spam'),      to_spam_comment_url(comment),      remote: true, class: :to_spam,      method: :post
= link_to t('the_comments.to_deleted'),   to_trash_comment_url(comment),     remote: true, class: :to_deleted,   method: :delete, data: { confirm: t('the_comments.delete_confirm') }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
the_comments-1.1.0 app/views/the_comments/_manage_controls.html.haml
the_comments-1.0.0 app/views/the_comments/_manage_controls.html.haml
the_comments-0.9.9 app/views/the_comments/_manage_controls.html.haml
the_comments-0.9.0 app/views/the_comments/_manage_controls.html.haml