2014-07-01 15:50:39 +02:00
|
|
|
%h3
|
|
|
|
= link_to t('.moderation'), moderations_path
|
|
|
|
>>>
|
|
|
|
=t '.title'
|
|
|
|
|
|
|
|
.box
|
2014-07-01 23:00:05 +02:00
|
|
|
- if @event.locality?
|
2014-07-01 21:31:17 +02:00
|
|
|
%h2.warning=t '.warning'
|
2014-07-01 15:50:39 +02:00
|
|
|
%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'
|