mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-15 12:44:03 +00:00
9 lines
No EOL
167 B
Text
9 lines
No EOL
167 B
Text
%div.row
|
|
%div.col-md-12
|
|
%h2 Tracks
|
|
- @conference.tracks.each do |t|
|
|
%div.col-md-4
|
|
%h4
|
|
= t.name
|
|
%p
|
|
= t.description |