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

17 lines
213 B
Plaintext
Raw Normal View History

%h3
>>>
=t '.preview'
2013-12-28 23:45:13 +01:00
- if @event.moderated?
.box
%h3=t '.warning'
2013-12-28 23:45:13 +01:00
.box= render file: '/events/show'
%h3
= link_to t('.moderation'), moderations_path
>>>
=t '.edit'
.box= render '/events/form'