Sha256: 9d5e80c911fb0850bbb035cb32fbd54a3d30933baadb323e341d06214e5ddb5f

Contents?: true

Size: 1.26 KB

Versions: 27

Compression:

Stored size: 1.26 KB

Contents

<% @editor_scope = true %>

<% content_for(:head) do %>
  <%= editor_entry_type_fragment(@entry, :head) %>

  <%= entry_theme_stylesheet_link_tag(@entry) %>
  <%= entry_stylesheet_link_tag(@entry) %>
<% end %>

<main class="ui-layout-center">
  <%= content_tag(:div, '', id: 'entry_preview', dir: text_direction(@entry.locale)) %>
  <div id="main_content"></div>
  <div id="editor_indicators"></div>
</main>

<sidebar class="ui-layout-east editor">
  <div class="scrolling">
    <div class="notifications_container"></div>
    <div class="container"></div>
  </div>
  <div class="sidebar_footer_container"></div>
</sidebar>

<div class="dialog_container">
</div>

<div class="editor" id="editor_menu_container">
</div>

<%= form_tag '#', :multipart => true, :id => 'upload' do %>
  <%= file_field_tag :file, :multiple => true %>
<% end %>

<script>
  I18n.defaultLocale = "<%= I18n.default_locale %>";
  I18n.locale = "<%= I18n.locale %>";
  I18n.fallbacks = true;

  pageflow.startEditor({entryId: <%= @entry.id %>})
</script>

<%= editor_entry_type_fragment(@entry, :body) %>

<%= render('pageflow/editor/entries/help_entries_seed', config: @entry_config) %>

<%= render('pageflow/editor/entries/analytics', entry: @entry) %>
<%= render('pageflow/editor/entries/unsupported_browser_hint') %>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
pageflow-17.0.4 app/views/pageflow/editor/entries/show.html.erb
pageflow-17.0.3 app/views/pageflow/editor/entries/show.html.erb
pageflow-17.0.2 app/views/pageflow/editor/entries/show.html.erb
pageflow-17.0.1 app/views/pageflow/editor/entries/show.html.erb
pageflow-17.0.0 app/views/pageflow/editor/entries/show.html.erb
pageflow-16.2.0 app/views/pageflow/editor/entries/show.html.erb
pageflow-16.1.0 app/views/pageflow/editor/entries/show.html.erb
pageflow-16.0.0 app/views/pageflow/editor/entries/show.html.erb
pageflow-15.8.0 app/views/pageflow/editor/entries/show.html.erb
pageflow-15.7.1 app/views/pageflow/editor/entries/show.html.erb
pageflow-15.7.0 app/views/pageflow/editor/entries/show.html.erb
pageflow-15.6.1 app/views/pageflow/editor/entries/show.html.erb
pageflow-15.6.0 app/views/pageflow/editor/entries/show.html.erb
pageflow-15.5.0 app/views/pageflow/editor/entries/show.html.erb
pageflow-15.4.0 app/views/pageflow/editor/entries/show.html.erb
pageflow-15.3.0 app/views/pageflow/editor/entries/show.html.erb
pageflow-15.2.2 app/views/pageflow/editor/entries/show.html.erb
pageflow-15.2.1 app/views/pageflow/editor/entries/show.html.erb
pageflow-15.2.0 app/views/pageflow/editor/entries/show.html.erb
pageflow-15.1.2 app/views/pageflow/editor/entries/show.html.erb