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.16.0 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.15.2 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.15.1 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.15.0 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.14.4 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.14.3 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.14.2 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.14.1 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.13.1 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.12.2 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.13.0 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.12.1 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.13.0.pre1 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.12.0 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.11.2 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.12.0.pre app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.11.1 app/views/decidim/shared/_flag_modal.html.erb
decidim-core-0.11.0.pre1 app/views/decidim/shared/_flag_modal.html.erb