Sha256: 10002ac7c7c9b3e67ef32d7ff096410c9f0919a3f578394bb1829d7bbbc93633

Contents?: true

Size: 1.55 KB

Versions: 32

Compression:

Stored size: 1.55 KB

Contents

<% @page_title = pretty_entry_title(@entry) %>
<% @page_text_direction = text_direction(@entry.locale) %>

<% content_for(:head) do %>
  <%= cache [@entry, :head, @entry.share_target] do %>
    <%= stylesheet_link_tag('pageflow/application', media: 'all', 'data-turbolinks-track' => true) %>
    <%= entry_theme_stylesheet_link_tag(@entry) %>
    <%= entry_stylesheet_link_tag(@entry) %>

    <%= social_share_meta_tags_for(@entry.share_target) %>
    <%= render_widget_head_fragments(@entry) %>

    <%= tag :link, :rel => 'icon', :href => image_path("pageflow/themes/#{@entry.theme.directory_name}/favicon.ico"), :type => 'image/ico' %>
    <%= meta_tags_for_entry(@entry) %>
  <% end %>
<% end %>

<%= cache [@entry, :body, @widget_scope] do %>

  <%= render 'pageflow/entries/ie8_hint' %>
  <%= render 'pageflow/entries/multimedia_alert' %>
  <%= render_widgets(@entry, scope: @widget_scope, insert_point: :before_entry) %>
  <%= render @entry, :widget_scope => @widget_scope %>

  <script>
    pageflow.seed = <%= entry_json_seed(@entry) %>;

    pageflow.manualStart.enabled = <%= @entry.manual_start ? 'true' : 'false' %>;
    pageflow.Visited.enabled = <%= @entry.emphasize_new_pages ? 'true' : 'false' %>;
    pageflow.pages = pageflow.seed.pages;
    pageflow.audioFiles = <%= entry_audio_files_json_seed(@entry) %>;
    pageflow.entryId = <%= @entry.id %>;
    pageflow.enabledFeatureNames = <%= @entry.enabled_feature_names.to_json.html_safe %>;
  </script>

  <%= public_i18n_javascript_tag(@entry) %>

  <%= render 'pageflow/entries/analytics', :entry => @entry %>
<% end %>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
pageflow-14.5.2 app/views/pageflow/entries/show.html.erb
pageflow-15.1.0.beta2 app/views/pageflow/entries/show.html.erb
pageflow-15.1.0.beta1 app/views/pageflow/entries/show.html.erb
pageflow-15.0.2 app/views/pageflow/entries/show.html.erb
pageflow-15.0.1 app/views/pageflow/entries/show.html.erb
pageflow-15.0.0 app/views/pageflow/entries/show.html.erb
pageflow-14.5.1 app/views/pageflow/entries/show.html.erb
pageflow-14.5.0 app/views/pageflow/entries/show.html.erb
pageflow-15.0.0.rc2 app/views/pageflow/entries/show.html.erb
pageflow-15.0.0.rc1 app/views/pageflow/entries/show.html.erb
pageflow-15.0.0.beta4 app/views/pageflow/entries/show.html.erb
pageflow-15.0.0.beta3 app/views/pageflow/entries/show.html.erb
pageflow-14.4.0 app/views/pageflow/entries/show.html.erb
pageflow-15.0.0.beta2 app/views/pageflow/entries/show.html.erb
pageflow-15.0.0.beta1 app/views/pageflow/entries/show.html.erb
pageflow-14.3.0 app/views/pageflow/entries/show.html.erb
pageflow-14.2.1 app/views/pageflow/entries/show.html.erb
pageflow-14.2.0 app/views/pageflow/entries/show.html.erb
pageflow-14.1.1 app/views/pageflow/entries/show.html.erb
pageflow-14.1.0 app/views/pageflow/entries/show.html.erb