Sha256: b98fa4b619a55b6c8f049fa12b2381ef4bb57109bb0815524253488fd3829b2f
Contents?: true
Size: 600 Bytes
Versions: 11
Compression:
Stored size: 600 Bytes
Contents
- post ||= @post .post_removal %p.warning - if post.comment? = t('forum_extension.confirm_removal_of_comment', :author => post.reader.name) - elsif post.first? = t('forum_extension.confirm_removal_of_topic', :author => post.reader.name) - else = t('forum_extension.confirm_removal_of_post', :author => post.reader.name) %p.buttons - form_for post, :html => {:method => 'delete', :class => 'friendly'} do |f| = f.submit t('forum_extension.definitely_remove_post') = t('or') = link_to t('cancel'), paginated_post_url(post), :class => 'cancel'
Version data entries
11 entries across 11 versions & 1 rubygems