agenda-libre-ruby/app/views/moderations/refuse.html.haml

27 lines
839 B
Plaintext

%h3
= link_to t('.moderation'), moderations_path
>>>
=t '.title'
.box
%h2=t '.question'
= form_for @moderation, method: :delete do |f|
.field
= radio_button_tag :event, :contents_1, {}, value: t('.contents_1_long')
= label_tag :event_contents_1, t('.contents_1')
.field
= radio_button_tag :event, :contents_2, {}, value: t('.contents_2_long')
= label_tag :event_contents_2, t('.contents_2')
.field
= radio_button_tag :event, :contents_3, {}, value: t('.contents_3_long')
= label_tag :event_contents_3, t('.contents_3')
.field
= radio_button_tag :event, :contents_4, {}, value: t('.contents_4_long')
= label_tag :event_contents_4, t('.contents_4')
= f.submit t('.ok')
= link_to t('.ko'), moderations_url, class: :button
.box= render file: '/events/show'