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