osem-fcy/app/views/admin/conference/index.html.haml

4 lines
123 B
Text
Raw Normal View History

2013-01-07 09:04:09 +01:00
%ul
- @conferences.each do |conference|
%li= link_to conference.title, admin_conference_path(conference.short_title)