trusty-festivity-extension 2.3.22 → 2.3.23

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b0fb52be7e9142c8559126c16c981305c3f1ea6
4
- data.tar.gz: 5d36a37eef84930487b2d20a60fe096353ec1bb4
3
+ metadata.gz: 7e27b1e70059e3a0af604f0ea61c1bb54b753067
4
+ data.tar.gz: 3237fc27dc04543cc543390183208c6576dd72c2
5
5
  SHA512:
6
- metadata.gz: ffe421e0976b9372e5ce2b6a39add8979f5ca882af93985e851c7ba1920d8a3f5f670499eb308f7cd5fc67aaabb2173d296c5d33fc133c7103c5ee87e91394c1
7
- data.tar.gz: cec54d83d074111895b2a2ee4f9e4a4a1a7031b2d042d2a27b83ac829632d3fef00c714eb9570550214e1b27230473913ecd33a6a4be5abc2f1770ba50fa0003
6
+ metadata.gz: 4960d6009727336952fd76b965398f7d9a92bca87b211f22a53d5c4de514282764627c17ff5490b057378f2b9c6bd499b5c43214de8c10d5f6124cccdc5942d2
7
+ data.tar.gz: 536c14b71793de27dbf61209ecd9ca7646b244ebf54e59f17c423cc6f18b00897becb65e27bac57ab17be316d82d2f1df54f328c28ab4161bfc04badb370b2cc
@@ -27,4 +27,7 @@
27
27
  width: 100%;
28
28
  }
29
29
  }
30
+ ul, ol {
31
+ list-style: disc;
32
+ }
30
33
  }
@@ -24,4 +24,3 @@
24
24
  @import "modules/event";
25
25
  @import "modules/toggler";
26
26
  @import "modules/callout";
27
-
@@ -62,29 +62,32 @@
62
62
  = perf.start_date.strftime("%I:%M%p").downcase
63
63
  = "-"
64
64
  = perf.end_date.strftime("%I:%M%p").downcase
65
-
66
- .callout.connect
67
- %h3.callout-title
68
- Connect with this artist
69
- %ul
70
- - if @event.has_twitter?
71
- %li
72
- = link_to @event.artist_twitter, target: "_blank" do
73
- %span.icon-twitter{:data => {'grunticon-embed' => true}}
74
- %span.icon-text
75
- Twitter
76
- - if @event.has_facebook?
77
- %li
78
- = link_to @event.artist_facebook, target: "_blank" do
79
- %span.icon-facebook{:data => {'grunticon-embed' => true}}
80
- %span.icon-text
81
- Facebook
82
- - if @event.has_homepage?
83
- %li
84
- = link_to @event.artist_homepage, target: "_blank" do
85
- %span.icon-external-link{:data => {'grunticon-embed' => true}}
86
- %span.icon-text
87
- Homepage
65
+ - if @event.has_social?
66
+ .callout.connect
67
+ %h3.callout-title
68
+ Connect with this artist
69
+ %ul
70
+ - if @event.has_twitter?
71
+ %li
72
+ = link_to @event.artist_twitter, target: "_blank" do
73
+ %span.icon-twitter{:data => {'grunticon-embed' => true}}
74
+ %span.icon-text
75
+ Twitter
76
+ - if @event.has_facebook?
77
+ %li
78
+ = link_to @event.artist_facebook, target: "_blank" do
79
+ %span.icon-facebook{:data => {'grunticon-embed' => true}}
80
+ %span.icon-text
81
+ Facebook
82
+ - if @event.has_homepage?
83
+ %li
84
+ = link_to @event.artist_homepage, target: "_blank" do
85
+ %span.icon-external-link{:data => {'grunticon-embed' => true}}
86
+ %span.icon-text
87
+ Homepage
88
+ - if @event.sponsor_logo?
89
+ .callout.sponsor
90
+ = @event.sponsor_logo
88
91
  - if @related_events.any?
89
92
  %section.related-events
90
93
  %h3 Related Events
@@ -1,5 +1,5 @@
1
1
  module TrustyFestivityExtension
2
- VERSION = "2.3.22"
2
+ VERSION = "2.3.23"
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trusty-festivity-extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.22
4
+ version: 2.3.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Sipple
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-30 00:00:00.000000000 Z
11
+ date: 2015-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: trusty-cms