Nicolas Bally 8e18de4077 initial
2016-08-03 00:22:29 +02:00

23 lines
246 B
Plaintext
Executable File

%h1 Sliders
%table.stat_table.table.table-striped
%tr
%th Nom
%th
- @home_sliders.each do |home_slider|
%tr
%td= home_slider.name
%td
= link_to i(:info), [:admin, home_slider]