mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-16 13:14:03 +00:00
Remove link from splash page edit subtitle, if splashpage is not created.
This commit is contained in:
parent
b11001cdba
commit
20415f00e1
1 changed files with 7 additions and 3 deletions
|
|
@ -3,9 +3,13 @@
|
|||
.page-header
|
||||
%h1 Splashpage
|
||||
%p.text-muted
|
||||
Build a
|
||||
= link_to "splash page", conference_path(@conference.short_title)
|
||||
with all the information for your conference
|
||||
- if @splashpage
|
||||
View the
|
||||
= link_to "splash page", conference_path(@conference.short_title)
|
||||
|
||||
- else
|
||||
Build a splashpage with all the information for your conference
|
||||
|
||||
- if @splashpage
|
||||
.row
|
||||
.col-md-12
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue