mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-15 12:44:03 +00:00
Controller test for Conference#show houndci fixes Rebased with single entry for navigation branding Conditional rendering of splash navbar
7 lines
197 B
Text
7 lines
197 B
Text
= content_for :brand do
|
|
= link_to @conference.title, conference_url(@conference.short_title), class: 'navbar-brand'
|
|
%div#program
|
|
= render 'program'
|
|
%div#registration
|
|
= render 'registration'
|
|
|