mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 20:24:03 +00:00
7 lines
168 B
Text
7 lines
168 B
Text
.row
|
|
%h1 Global Dashboard
|
|
%hr
|
|
.row
|
|
%ul
|
|
- @conferences.each do |conference|
|
|
%li= link_to conference.title, admin_conference_path(conference.short_title)
|