Nicolas Bally 761e075bb6 initial
2018-11-08 21:47:30 +01:00

25 lines
378 B
Plaintext

.qi_header
%h1
Sliders
.qi_row
.qi_pannel.qi_plain.padding
%table.stat_table.table.table-striped
%tr
%th Nom
%th
- @home_sliders.each do |home_slider|
-if home_slider.id != 1
%tr
%td= home_slider.name
%td.actions
= link_to i(:info), [:admin, home_slider]