Added registration segment to display description, period
Controller test for Conference#show houndci fixes Rebased with single entry for navigation branding Conditional rendering of splash navbar
This commit is contained in:
parent
25a56097c5
commit
abfb0884a1
6 changed files with 34 additions and 2 deletions
|
|
@ -2,3 +2,6 @@
|
|||
= link_to @conference.title, conference_url(@conference.short_title), class: 'navbar-brand'
|
||||
%div#program
|
||||
= render 'program'
|
||||
%div#registration
|
||||
= render 'registration'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue