17 lines
375 B
Plaintext
17 lines
375 B
Plaintext
%h2
|
|
%em.fa.fa-thumbs-up
|
|
=t '.title'
|
|
|
|
%fieldset
|
|
- 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
|
|
|
|
%fieldset
|
|
%legend=Event.model_name.human
|
|
= render file: '/events/show'
|