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