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

16 lines
360 B
Plaintext

%h3
= link_to t('.moderation'), moderations_path
>>>
=t '.title'
.box
- if @event.locality?
%h2.warning=t '.warning'
%h2=t '.question'
= form_for @moderation, url: { action: :accept }, html: { method: :put } do |f|
= f.submit t('.ok'), name: :yes
= link_to t('.ko'), moderations_url, class: :button
.box= render file: '/events/show'