2014-01-06 11:22:39 +01:00
|
|
|
%h3
|
|
|
|
= link_to t('.moderation'), moderations_path
|
|
|
|
>>>
|
|
|
|
=t '.preview'
|
|
|
|
|
2014-07-01 23:00:05 +02:00
|
|
|
- if @moderation.moderated?
|
2014-07-01 15:50:39 +02:00
|
|
|
.box
|
|
|
|
%h3=t '.warning'
|
|
|
|
|
2014-01-06 11:22:39 +01:00
|
|
|
.box= render file: '/events/show'
|
|
|
|
|
|
|
|
%h3
|
|
|
|
= link_to t('.moderation'), moderations_path
|
|
|
|
>>>
|
|
|
|
=t '.edit'
|
|
|
|
|
|
|
|
.box= render '/events/form'
|