caboose-cms 0.2.50 → 0.2.52
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,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZmVhNTA5ZTUwYmM5ZGM2ZmUzZjYyMzc1MmQwN2M0YTU3Njg3MGE2Nw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
M2UwMzZmNzQ5MTI0ZWI0M2IxYjFhZjZlOTYxZTU5MGI1ODc2MjdiNQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YWM2YWZhMzVhMzU0ZDg5ZjI1OTBhMzU4YjExNTM3ZmMwYjZiMDkwYWQ0MWUz
|
|
10
|
+
Yjc0ODdjMWJkZWU1MTE5N2UyYzk0NDhmYmQ4ZmU4NTk2Mzc4NjAzYzc2MDkw
|
|
11
|
+
NTE2MTcyMThhNzg2NmIyNDFlMDY1NzliOGEyZGQ4MTI5ZDQyMTA=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NGZkMjY1NDYzZmVjM2I4MGFkNTNhOTU2NTc2MWNkZDM0YTYyNjgxYWQ1OTky
|
|
14
|
+
OTg1MTgyZGRkMTY4ZGM2OTI1NTA0Y2ZmMThjYTZmZmY4N2MzMGJlNTM5NGVi
|
|
15
|
+
YzU3NTNkMDIzNzk5OGJlZGM0ZjU2OWM2ZGIzNmU5MWE1ZDJkNjQ=
|
|
@@ -9,7 +9,13 @@
|
|
|
9
9
|
</head>
|
|
10
10
|
<body>
|
|
11
11
|
<div id='header'>
|
|
12
|
-
|
|
12
|
+
<div id='top_nav'>
|
|
13
|
+
<div class='caboose_logo'></div>
|
|
14
|
+
<ul>
|
|
15
|
+
<li class='back' ><a href='/'><span><< Back to Site</span></a></li>
|
|
16
|
+
<li class='cpanel' ><a href='/station' id='caboose_station'><span>Menu</span></a></li>
|
|
17
|
+
</ul>
|
|
18
|
+
</div>
|
|
13
19
|
</div>
|
|
14
20
|
<div id='content_wrapper'>
|
|
15
21
|
<div id='content'>
|
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.2.
|
|
4
|
+
version: 0.2.52
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- William Barry
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-09-
|
|
11
|
+
date: 2013-09-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -245,7 +245,6 @@ files:
|
|
|
245
245
|
- app/views/caboose/users/index.html.erb
|
|
246
246
|
- app/views/caboose/users/new.html.erb
|
|
247
247
|
- app/views/caboose/users/update_pic.html.erb
|
|
248
|
-
- app/views/layouts/caboose/_admin_top_nav.html.erb
|
|
249
248
|
- app/views/layouts/caboose/_content.html.erb
|
|
250
249
|
- app/views/layouts/caboose/_station.html.erb
|
|
251
250
|
- app/views/layouts/caboose/_station_link.html.erb
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<div id='top_nav'>
|
|
3
|
-
<div class='caboose_logo'></div>
|
|
4
|
-
<!--
|
|
5
|
-
<ul>
|
|
6
|
-
<% if (@user.nil? || @user == Caboose::User.logged_out_user) %>
|
|
7
|
-
<li><a href='/login?return_url=#{request.fullpath}' id='caboose_login'><span>Login</span></a></li>
|
|
8
|
-
<% else %>
|
|
9
|
-
<li class='back' ><a href='/'><span><< Back to Site</span></a></li>
|
|
10
|
-
<li class='cpanel' ><a href='/station' id='caboose_station'><span>Dashboard</span></a></li>
|
|
11
|
-
<% end %>
|
|
12
|
-
</ul>
|
|
13
|
-
-->
|
|
14
|
-
</div>
|