2016-07-29 20:23:40 +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]