Add current conference to the title if present
This commit is contained in:
parent
c91d72b276
commit
085582f946
|
@ -8,6 +8,9 @@ html
|
|||
title
|
||||
- if content_for? :title
|
||||
=> content_for :title
|
||||
- if current_conference.present?
|
||||
| |
|
||||
=<> current_conference.title
|
||||
| | Clarion
|
||||
- else
|
||||
| Clarion
|
||||
|
|
Loading…
Reference in New Issue