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

8 lines
168 B
Text
Raw Normal View History

.row
%h1 Global Dashboard
%hr
.row
%ul
- @conferences.each do |conference|
%li= link_to conference.title, admin_conference_path(conference.short_title)