agenda-libre-ruby/app/views/moderations/edit.html.haml

18 lines
268 B
Plaintext
Raw Normal View History

2014-01-06 11:22:39 +01:00
%h3
= link_to t('.moderation'), moderations_path
>>>
=t '.preview'
2014-07-01 15:50:39 +02:00
- if @moderation.is_moderated?
.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'