mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 13:44:09 +00:00
4 lines
152 B
Text
4 lines
152 B
Text
= content_for :brand do
|
|
= link_to @conference.title, conference_url(@conference.short_title), class: 'navbar-brand'
|
|
%div#program
|
|
= render 'program'
|