caboose-cms 0.9.125 → 0.9.126
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/caboose/events/show.html.erb +7 -2
- data/lib/caboose/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f9bf5887a3f73dd1aed90d4ea955ac899efda074
|
4
|
+
data.tar.gz: 55b69803d9d987c89ae323bb88ac3d43e3095835
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: afd78ad9a54002508fd0da16c048105350f0e9fbabec71c6548881ef7900da34bbed291d31d736be122fb4587157f00a62db84ffbdc74018573d078add98f7d7
|
7
|
+
data.tar.gz: 0bd464afa9619ed553b80919784cf36472f148d5e7679df82f7c4b8ce0f272f7dfb851ed6ebeb0ffebe60f9b2217d498c4151f442e6adb99826d0de99817c183
|
@@ -16,8 +16,8 @@ pg = bl.parent.page if bl && bl.parent
|
|
16
16
|
<h2 class="post-title"><%= @event.name %></h2>
|
17
17
|
<% if !@event.location.blank? %><h4 class="location"><%= @event.location %></h4><% end %>
|
18
18
|
<% if !@event.begin_date.blank? && !@event.end_date.blank? %>
|
19
|
-
<% bd = @event.begin_date
|
20
|
-
<% ed = @event.end_date
|
19
|
+
<% bd = @event.begin_date #.in_time_zone("Central Time (US & Canada)") %>
|
20
|
+
<% ed = @event.end_date #.in_time_zone("Central Time (US & Canada)") %>
|
21
21
|
<% if @event.all_day %>
|
22
22
|
<% if bd.strftime("%B") == ed.strftime("%B") && bd.strftime("%Y") == ed.strftime("%Y") && bd.strftime("%d") == ed.strftime("%d") %>
|
23
23
|
<p class="begin-date"><%= bd.strftime("%B %-d, %Y") %></p>
|
@@ -64,5 +64,10 @@ pg = bl.parent.page if bl && bl.parent
|
|
64
64
|
font-weight: bold;
|
65
65
|
margin-bottom: 5px;
|
66
66
|
}
|
67
|
+
.post-details-wrapper.event {
|
68
|
+
max-width: 1000px;
|
69
|
+
margin: 0 auto;
|
70
|
+
padding: 30px 2% 50px 2%;
|
71
|
+
}
|
67
72
|
</style>
|
68
73
|
<% end %>
|
data/lib/caboose/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: caboose-cms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.126
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- William Barry
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-04-
|
11
|
+
date: 2018-04-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pg
|