Sha256: f516b94cf25431ef8cdb795377d8c15d559c4a731c7e70c51b5052c8fcf3cdb4

Contents?: true

Size: 1.47 KB

Versions: 18

Compression:

Stored size: 1.47 KB

Contents

<% @page_title = pretty_entry_title(@entry) %>

<% 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.theming.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/loading_spinner' %>
  <%= render 'pageflow/entries/multimedia_alert' %>
  <%= 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

18 entries across 18 versions & 1 rubygems

Version Path
pageflow-12.0.4 app/views/pageflow/entries/show.html.erb
pageflow-12.0.3 app/views/pageflow/entries/show.html.erb
pageflow-12.0.2 app/views/pageflow/entries/show.html.erb
pageflow-12.0.1 app/views/pageflow/entries/show.html.erb
pageflow-12.0.0 app/views/pageflow/entries/show.html.erb
pageflow-12.0.0.rc7 app/views/pageflow/entries/show.html.erb
pageflow-12.0.0.rc6 app/views/pageflow/entries/show.html.erb
pageflow-0.11.4 app/views/pageflow/entries/show.html.erb
pageflow-12.0.0.rc5 app/views/pageflow/entries/show.html.erb
pageflow-12.0.0.rc4 app/views/pageflow/entries/show.html.erb
pageflow-12.0.0.rc3 app/views/pageflow/entries/show.html.erb
pageflow-12.0.0.rc2 app/views/pageflow/entries/show.html.erb
pageflow-12.0.0.rc1 app/views/pageflow/entries/show.html.erb
pageflow-0.11.3 app/views/pageflow/entries/show.html.erb
pageflow-0.11.2 app/views/pageflow/entries/show.html.erb
pageflow-0.11.1 app/views/pageflow/entries/show.html.erb
pageflow-0.11.0 app/views/pageflow/entries/show.html.erb
pageflow-0.10.0 app/views/pageflow/entries/show.html.erb