Sha256: 9a8c551cad5b69cfc2b976d9cbfb50112189cc8267e3c3bd4e2af81a4c41a8f5
Contents?: true
Size: 698 Bytes
Versions: 1
Compression:
Stored size: 698 Bytes
Contents
<% page_title @page.page_title -%> <% if @show_toolbar -%> <% content_for :html_head, stylesheet_link_tag('cms/content_editor') -%> <% flash.keep -%> <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> <% end -%> <% @page.connectables_by_connector.each_pair do |connector, connectable| -%> <% content_for(connector.container.to_sym) do -%> <%= render_connector_and_connectable(connector, connectable) %> <% end -%> <% end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
webficient-browsercms-3.0.4 | app/views/cms/content/show.html.erb |