caboose-cms 0.9.57 → 0.9.58
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/posts/admin_edit_content.html.erb +2 -3
- data/lib/caboose/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 022f6a86120438c9942d6b9419ff6b9fb8f191c1
|
4
|
+
data.tar.gz: d4bc4113dc4a0c756ae4135626c22bd8196194f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a0607517f4515936f2ee9021c5a007f2bf065fea007f2d6dd89c39328566c982c4fb02ea24d09b651ccf22c64915d214040edaf4b3ff80158c47c4f763ba324
|
7
|
+
data.tar.gz: fba304350dc2bd3f3bda3b683632e4a58f4d82a835322cdcd7855c2bf3df465a411872e822bb9f93269fd1e4731e00510c3de514fa05fe0f6b243623d6361c3b
|
@@ -40,9 +40,8 @@ $(document).ready(function() {
|
|
40
40
|
$('body').append($('<div/>')
|
41
41
|
.attr('id', 'tiny_header')
|
42
42
|
.append($('<a/>').attr('href', '/admin/posts').html("< Back"))
|
43
|
-
.append($('<a/>').attr('href', '
|
44
|
-
.append($('<a/>').attr('href', '
|
45
|
-
.append($('<a/>').attr('href', '/admin/posts/<%= @post.id %>').html("Settings"))
|
43
|
+
.append($('<a/>').attr('href', '/admin/posts/<%= @post.id %>').html("Post Settings"))
|
44
|
+
.append($('<a/>').attr('href', '<%= @post.uri %>').attr('target','_blank').html("View Post"))
|
46
45
|
);
|
47
46
|
|
48
47
|
<% if @site && @site.use_dragdrop %>
|
data/lib/caboose/version.rb
CHANGED