webficient-browsercms 3.0.3 → 3.0.4
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.
- data/app/views/cms/content/show.html.erb +1 -1
- data/browsercms.gemspec +1 -1
- metadata +2 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<% page_title @page.page_title -%>
|
|
2
|
-
<% content_for :html_head, stylesheet_link_tag('cms/content_editor') -%>
|
|
3
2
|
<% if @show_toolbar -%>
|
|
3
|
+
<% content_for :html_head, stylesheet_link_tag('cms/content_editor') -%>
|
|
4
4
|
<% flash.keep -%>
|
|
5
5
|
<iframe src="<%=h cms_toolbar_path(:page_id => @page.id, :page_version => @page.version, :mode => @mode, :page_toolbar => @show_page_toolbar ? 1 : 0) %>" width="100%" height="<%= @show_page_toolbar ? 159 : 100 %>px" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" name="cms_toolbar"></iframe>
|
|
6
6
|
<% end -%>
|
data/browsercms.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: webficient-browsercms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- BrowserMedia
|
|
@@ -1246,7 +1246,6 @@ files:
|
|
|
1246
1246
|
- README.markdown
|
|
1247
1247
|
has_rdoc: false
|
|
1248
1248
|
homepage: http://www.browsercms.org
|
|
1249
|
-
licenses:
|
|
1250
1249
|
post_install_message:
|
|
1251
1250
|
rdoc_options:
|
|
1252
1251
|
- --charset=UTF-8
|
|
@@ -1267,7 +1266,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
1267
1266
|
requirements: []
|
|
1268
1267
|
|
|
1269
1268
|
rubyforge_project: browsercms
|
|
1270
|
-
rubygems_version: 1.
|
|
1269
|
+
rubygems_version: 1.2.0
|
|
1271
1270
|
signing_key:
|
|
1272
1271
|
specification_version: 3
|
|
1273
1272
|
summary: BrowserCMS is a general purpose, open source Web Content Management System (CMS), written in Ruby on Rails.
|