Nicolas Bally a6aa1f6074 Initial
2020-05-25 11:40:11 +02: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]