trusty-festivity-extension 2.3.27 → 2.3.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b52ffa43139d3f703b74c39d0612dbfd7936bf9
4
- data.tar.gz: f83143e41658968fa2ed1339d421606867804607
3
+ metadata.gz: ef40788fed9c3455b1d80ce79307b16feaf27795
4
+ data.tar.gz: 83854bbfa184a08bcec5905a422214682c06a4ab
5
5
  SHA512:
6
- metadata.gz: b29146634c6a700a97ff296532651beb05cae0263e461ca37b3a8b091900c08c17189d5ed76cad4b5945e6af0ad30258e5897a2fec1a39559d0fb5b3c74b6998
7
- data.tar.gz: 20a24d44a4158dc23f3b4ec3920765c4efe953b0240f47179a1a36a58c91ac09d38ee8cb434ad3e16cd330c94a8a5b1b1a98e04cbed06c2fcbb769933545c9fc
6
+ metadata.gz: ba1e1b25beb100219a6a3889fdd9316b62a8a67368504d3fdb8bea5f36a91dc6687d46d415c7eda1f3794cb515952292af9aa0467731d115543e6ae989985257
7
+ data.tar.gz: 4f2782b0fea71af40b43dfeab93cb271a7c934acae7af308d0753b6cdb9916be91a37652fc9c4e161060ad802f6d94cf48b5b0b41e19ae3f5486639e78e0bbcb
@@ -20,7 +20,7 @@
20
20
  padding-bottom: 0;
21
21
  }
22
22
  .location-title{
23
- padding-top: 4em;
23
+ padding-top: 2em;
24
24
  }
25
25
  .location-title, .location-address {
26
26
  margin-left: 1em;
@@ -30,3 +30,4 @@
30
30
 
31
31
  ///// This is an override file for the TRAF theme
32
32
  @import "first-night-stylesheets/contexts/first-night";
33
+
@@ -1,3 +1,7 @@
1
1
  class FestivityLocationPage < Page
2
2
  has_many :festivity_performances, foreign_key: :location_page_id
3
+
4
+ def body
5
+ self.part("body").content.html_safe
6
+ end
3
7
  end
@@ -1,12 +1,15 @@
1
- - cache(@area) do
2
- %header.page-header
3
- %h1.page-title
4
- = @area.title
5
- .content-wrapper
6
- %section.primary-content
7
- .event-media
1
+ - cache(@area, base_domain: current_site.base_domain) do
2
+ .location-content
3
+ %header.location-header
4
+ .location-info
5
+ .location-title
6
+ %h1.page-title
7
+ = @area.title
8
+ .location-media
8
9
  %img{src: @area.image, alt: "Lead Image"}
9
- .event-body
10
+
11
+ .content-wrapper
12
+ %section.primary-content
10
13
  = @area.body
11
14
  %section.related-events
12
15
  - @area.children.each do |location|
@@ -21,6 +21,7 @@
21
21
 
22
22
  .content-wrapper
23
23
  %section.primary-content
24
+ = @location.body
24
25
  - if @location_events.events.any?
25
26
  %section.related-events
26
27
  %h3
@@ -1,5 +1,5 @@
1
1
  module TrustyFestivityExtension
2
- VERSION = "2.3.27"
2
+ VERSION = "2.3.28"
3
3
  SUMMARY = "Festival microsite engine for Trusty CMS"
4
4
  DESCRIPTION = "Event management for arts festivals."
5
5
  URL = "http://github.com/pgharts/trusty-festivity-extension"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trusty-festivity-extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.27
4
+ version: 2.3.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Sipple