rosa-build/app/views/pages/tour/tour-inside.html.haml

10 lines
243 B
Plaintext
Raw Normal View History

2012-05-15 16:30:59 +01:00
.sub-menu.tour
%nav
=render 'pages/tour/submenu'
.both
/ Page
%article
/ Single page content
-@entries.each_with_index do |el, ind|
=render :partial => 'pages/tour/entry', :locals => {:entry => el, :is_left => ind.odd?}