|
|
|
@ -25,10 +25,18 @@
|
|
|
|
|
#{t 'signature', scope: [:note_mailer, :notify]}
|
|
|
|
|
|
|
|
|
|
.actions
|
|
|
|
|
= f.submit t('.save')
|
|
|
|
|
= link_to t('.ko'), moderations_url, class: :button
|
|
|
|
|
= link_to moderations_url do
|
|
|
|
|
%em.fa.fa-arrow-left
|
|
|
|
|
=t '.ko'
|
|
|
|
|
= f.button do
|
|
|
|
|
%em.fa.fa-bullhorn
|
|
|
|
|
=t '.save'
|
|
|
|
|
|
|
|
|
|
- else
|
|
|
|
|
.actions
|
|
|
|
|
= f.submit t('.ok')
|
|
|
|
|
= link_to t('.ko'), moderations_url, class: :button
|
|
|
|
|
= link_to moderations_url do
|
|
|
|
|
%em.fa.fa-arrow-left
|
|
|
|
|
=t '.ko'
|
|
|
|
|
= f.button do
|
|
|
|
|
%em.fa.fa-bullhorn
|
|
|
|
|
=t '.ok'
|
|
|
|
|