Sha256: dbbc020a376eda61a3dcda1d49aad2fcb343ea3f2c7b7337fcef7873eb0a4b1f

Contents?: true

Size: 922 Bytes

Versions: 38

Compression:

Stored size: 922 Bytes

Contents

<div class="reveal flag-modal" id="flagModal" data-reveal>
  <div class="reveal__header">
    <h3 class="reveal__title"><%= t(".title") %></h3>
    <button class="close-button" data-close aria-label="<%= t(".close") %>" type="button">
      <span aria-hidden="true">&times;</span>
    </button>
  </div>
  <% if reportable.reported_by? current_user %>
    <p><%= t(".already_reported") %></p>
  <% else %>
    <p><%= t(".description") %></p>
    <%= decidim_form_for form, url: url, method: :post do |f| %>
      <%= f.collection_radio_buttons :reason, [[:spam, t(".spam")], [:offensive, t(".offensive")], [:does_not_belong, t(".does_not_belong", organization_name: current_organization.name)]], :first, :last do |builder| %>
        <%= builder.label { builder.radio_button + builder.text } %>
      <% end %>
      <%= f.text_area :details, rows: 4 %>
      <%= f.submit t(".report") %>
    <% end %>
  <% end %>
</div>

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
decidim-core-0.23.6 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.23.5 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.23.4 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.23.3 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.23.2 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.23.1 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.23.1.rc1 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.23.0 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.22.0 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.21.0 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.20.1 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.20.0 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.19.1 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.18.1 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.19.0 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.17.2 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.18.0 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.17.1 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.16.1 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.17.0 app/views/decidim/shared/_flag_modal.html.erb