osem-fcy/app/views/conference/_tracks.html.haml
Gopesh Tulsyan 1e802bc3c6 Added description to conference and program segment to splash
Added tracks to program component

Rebased and updated the new navigation for splash
2014-05-30 00:20:44 +05:30

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