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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 088cfc9a3fed9c32325906890d7352597efd631e
4
- data.tar.gz: dff01f6381ddb95ad73142b54f0824d3633cc888
3
+ metadata.gz: 022f6a86120438c9942d6b9419ff6b9fb8f191c1
4
+ data.tar.gz: d4bc4113dc4a0c756ae4135626c22bd8196194f7
5
5
  SHA512:
6
- metadata.gz: 7a69497c37b81803362cfaaac036f0d84262b552935e76eddcc58108de1ea46af00750de22cae3a8aeaa67c3512e4713e6fd745d40837a94ec428760302bc688
7
- data.tar.gz: 81bb5c00e0d577a5a2dd6b60283e97e4d0fd7fd32d9945512b5d2ea8ec95920de61f82f547aee95c8dc40335f50c438e940fb42b2bd22e18d383953c21583319
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', '#').html('Post Options').click(function(e) { e.preventDefault(); caboose_modal_url('/admin/posts/<%= @post.id %>/custom-fields'); }))
44
- .append($('<a/>').attr('href', '/admin/posts/<%= @post.id %>/layout').html("Layout"))
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 %>
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.9.57'
2
+ VERSION = '0.9.58'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.57
4
+ version: 0.9.58
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry