FIXUP fragment caching issues
This commit is contained in:
parent
5fb09f398a
commit
754d201b01
7 changed files with 36 additions and 31 deletions
|
|
@ -2,11 +2,11 @@
|
|||
%li
|
||||
%a.smoothscroll{ href: '#venue' } Venue
|
||||
|
||||
- cache [conference.venue, conference.venue.commercial, '#splash#venue'] do
|
||||
%section#venue
|
||||
- if conference.venue.location?
|
||||
= render '/conferences/venue_map', conference: conference
|
||||
- else
|
||||
%section#venue
|
||||
- if conference.venue.location?
|
||||
= render '/conferences/venue_map', conference: conference
|
||||
- else
|
||||
- cache [conference.venue, conference.venue.commercial, '#splash#venue'] do
|
||||
.container
|
||||
.row
|
||||
.col-md-6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue