caboose-cms 0.9.110 → 0.9.111
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 +4 -4
- data/app/views/caboose/calendars/admin_edit.html.erb +3 -1
- 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: ae975fc6540c5307b60808ec36170f98686042d3
|
|
4
|
+
data.tar.gz: 2728f1f27b4cecbc6f24c32ab936dafd3cb64eb3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 39c949e9f522d50341c812c8aa5e705c6e46ebd7c1d8648a8dd32ec60505e0114f9a847cbe1a519c4bc3dc1758e6d85cc664177d98d6af56a08a6efaa85bfd41
|
|
7
|
+
data.tar.gz: e23da55d239afbc51ca729f30f1386f70b3ddcaa87630b1207ea737c007ee9a8d9f76301cfd316b0dd6d9ff67cadb9fa2bc495e3210eb2700ae2532906a65aac
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<input type='button' value='Current Month' onclick="window.location='/admin/calendars/<%= @calendar.id %>?d=<%= DateTime.now.strftime('%Y-%m-%d') %>';" />
|
|
12
12
|
<input type='button' value='Next Month >' onclick="window.location='/admin/calendars/<%= @calendar.id %>?d=<%= (@d + 1.month).strftime('%Y-%m-%d') %>';" />
|
|
13
13
|
</p>
|
|
14
|
-
<p
|
|
14
|
+
<p>To add an event to the calendar, click the date below:</p>
|
|
15
15
|
<table>
|
|
16
16
|
<tr>
|
|
17
17
|
<th>Sun</th>
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
|
|
60
60
|
<% content_for :caboose_js do %>
|
|
61
61
|
<%= javascript_include_tag "caboose/model/all" %>
|
|
62
|
+
<%= javascript_include_tag "caboose/spectrum" %>
|
|
62
63
|
<script type="text/javascript">
|
|
63
64
|
|
|
64
65
|
$(document).ready(function() {
|
|
@@ -119,6 +120,7 @@ function delete_calendar(calendar_id, confirm)
|
|
|
119
120
|
<% end %>
|
|
120
121
|
|
|
121
122
|
<% content_for :caboose_css do %>
|
|
123
|
+
<%= stylesheet_link_tag 'caboose/spectrum' %>
|
|
122
124
|
<style type='text/css'>
|
|
123
125
|
|
|
124
126
|
#calendar table { border-collapse: collapse; width: 95%; }
|
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.111
|
|
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-01-
|
|
11
|
+
date: 2018-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pg
|