caboose-cms 0.9.110 → 0.9.111

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: 60cd023882ce3035b3f3e0de925cd7b40953d127
4
- data.tar.gz: 28b4c0819049889d88bab3690f6e9f07a679530a
3
+ metadata.gz: ae975fc6540c5307b60808ec36170f98686042d3
4
+ data.tar.gz: 2728f1f27b4cecbc6f24c32ab936dafd3cb64eb3
5
5
  SHA512:
6
- metadata.gz: 046492681beb3f37710cb115a0365ebb1decf16898d1b697a3aae8522a3739a1d9541de739a304f9ed0f73111762ea7e6de2c20448110183b196548cc64ff3b8
7
- data.tar.gz: 51445e46527b684d37ab19a2f26c84a6c86261438214206aaf722d4f703787223a7ecd5d54ce73e9ccc1e8f5c6f3d9f51c154cd2e87e1cc1aa5fd4a7ec113612
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><a href='/admin/calendars/<%= @calendar.id %>/events/new' id='new_event'>New Event</a></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%; }
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.9.110'
2
+ VERSION = '0.9.111'
3
3
  end
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.110
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-23 00:00:00.000000000 Z
11
+ date: 2018-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg