blog_perso_app/app/views/admin/events/index.html.haml
Nicolas Bally ef2a73636b initial 2
2015-02-24 23:47:26 +01:00

15 lines
266 B
Plaintext

.row{:style => "max-width:inherit;"}
.col-xs-9
.right= link_to 'Ajouter un event', new_admin_event_path(), :class => "btn btn-primary", :remote => true
%h1 Liste des events
#events_index=render :partial => "index_block"
.col-xs-3