Sha256: 47f04ca30b99e5fee47a9dbe2cb6b90cf12e0bb4cd893dc66e4d1e3c69946db5

Contents?: true

Size: 732 Bytes

Versions: 5

Compression:

Stored size: 732 Bytes

Contents

<%= content_for :html_head do %>
  <meta name="generator" content="BrowserCMS <%= Cms.version %>"/>
  <% if is_editing_page?(current_page) %>
  <%= javascript_include_tag 'cms/core_library' %>
  <% if  @authenticity_token_loaded.nil? && protect_against_forgery? %><script type="text/javascript">
    jQuery(function($){
      $.cms.authenticity_token = '<%= form_authenticity_token %>'
    })
  </script><% end %><% @authenticity_token_loaded = true %>
  <% end %>
<% end %>
<% if @show_toolbar %>
  <% flash.keep %>
<% end %>

<% @_connectors.each_with_index do |connector, i| %>
  <%= content_for(connector.container.to_sym) do %>
    <%= render_connector_and_connectable(connector, @_connectables[i]) %>
  <% end %>
<% end %> 


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
browsercms-3.5.7 app/views/cms/content/show.html.erb
browsercms-3.5.6 app/views/cms/content/show.html.erb
browsercms-3.5.5 app/views/cms/content/show.html.erb
browsercms-3.5.4 app/views/cms/content/show.html.erb
browsercms-3.5.3 app/views/cms/content/show.html.erb