Sha256: 597efff1a16730a07d235f5f3ce81523e8c4abddb698f53168dd15741e536d4a

Contents?: true

Size: 547 Bytes

Versions: 61

Compression:

Stored size: 547 Bytes

Contents

<div class="thredded--post-moderation-actions">
  <% unless post.approved? %>
    <%= button_to t('thredded.moderation.approve_btn'), moderate_post_path,
                  class:  'thredded--button',
                  params: { id: post.to_model.id, moderation_state: 'approved' } %>
  <% end %>
  <% unless post.blocked? %>
    <%= button_to t('thredded.moderation.block_btn'), moderate_post_path,
                  class:  'thredded--button',
                  params: { id: post.to_model.id, moderation_state: 'blocked' } %>
  <% end %>
</div>

Version data entries

61 entries across 61 versions & 2 rubygems

Version Path
thredded-1.1.0 app/views/thredded/moderation/_post_moderation_actions.html.erb
thredded-1.0.1 app/views/thredded/moderation/_post_moderation_actions.html.erb
thredded-1.0.0 app/views/thredded/moderation/_post_moderation_actions.html.erb
thredded-0.16.16 app/views/thredded/moderation/_post_moderation_actions.html.erb
thredded-0.16.15 app/views/thredded/moderation/_post_moderation_actions.html.erb
thredded-0.16.14 app/views/thredded/moderation/_post_moderation_actions.html.erb
thredded-0.16.13 app/views/thredded/moderation/_post_moderation_actions.html.erb
thredded-0.16.12 app/views/thredded/moderation/_post_moderation_actions.html.erb
thredded-0.16.11 app/views/thredded/moderation/_post_moderation_actions.html.erb
thredded-0.16.10 app/views/thredded/moderation/_post_moderation_actions.html.erb
thredded-0.16.9 app/views/thredded/moderation/_post_moderation_actions.html.erb
thredded-0.16.8 app/views/thredded/moderation/_post_moderation_actions.html.erb
thredded-0.16.7 app/views/thredded/moderation/_post_moderation_actions.html.erb
thredded-0.16.6 app/views/thredded/moderation/_post_moderation_actions.html.erb
thredded-0.16.5 app/views/thredded/moderation/_post_moderation_actions.html.erb
thredded-0.16.4 app/views/thredded/moderation/_post_moderation_actions.html.erb
thredded-0.16.3 app/views/thredded/moderation/_post_moderation_actions.html.erb
thredded-0.16.1 app/views/thredded/moderation/_post_moderation_actions.html.erb
thredded-0.16.0 app/views/thredded/moderation/_post_moderation_actions.html.erb
thredded-0.15.5 app/views/thredded/moderation/_post_moderation_actions.html.erb