2015-07-25 18:32:27 +02:00
|
|
|
%h2
|
|
|
|
%em.fa.fa-exclamation-triangle
|
|
|
|
= t '.title'
|
|
|
|
|
|
|
|
= form_for @orga, url: { action: :accept }, html: { method: :put } do |f|
|
2017-07-02 12:58:14 +02:00
|
|
|
.actions
|
|
|
|
= link_to moderations_path do
|
|
|
|
%em.fa.fa-arrow-left
|
|
|
|
= t '.ko'
|
2015-07-25 18:32:27 +02:00
|
|
|
|
2017-07-02 12:58:14 +02:00
|
|
|
= f.button do
|
|
|
|
%em.fa.fa-thumbs-up
|
|
|
|
= t '.ok'
|
2015-07-25 18:32:27 +02:00
|
|
|
|
|
|
|
%fieldset
|
|
|
|
%legend
|
|
|
|
%em.fa.fa-calendar
|
|
|
|
= Orga.model_name.human
|
2019-11-17 12:56:11 +01:00
|
|
|
= render template: '/orgas/show'
|