30 lines
752 B
Plaintext
30 lines
752 B
Plaintext
.qi_header
|
|
|
|
%h1
|
|
Plumes
|
|
%span
|
|
|
|
="Plume N° "+@plume.number.to_s
|
|
="- "+@plume.p_version
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
|
|
|
|
.right= link_to 'Ajouter une catégorie', new_admin_plume_cat_path(:plume_id => @plume.id), :class => "btn btn-primary", :remote => true
|
|
|
|
%h3 Liste des catégories
|
|
|
|
#plumes_index=render :partial => "admin/plume_cats/index_block"
|
|
|
|
|
|
.qi_row
|
|
.qi_pannel.qi_plain.padding
|
|
|
|
-@plume_events = @plume.plume_events.order('start_at, stop_at')
|
|
|
|
.right= link_to 'Ajouter un événement', new_admin_plume_event_path(:plume_id => @plume.id), :class => "btn btn-primary", :remote => true
|
|
%h3 Agenda
|
|
|
|
#plume_events_index=render :partial => "admin/plume_events/index_block"
|