Sha256: bc0e8f125841f3721af2967e82c4c156cde155e371c6ede2a3d17c7eb44acf8d

Contents?: true

Size: 612 Bytes

Versions: 16

Compression:

Stored size: 612 Bytes

Contents

<% set_html_page_title @page.title if @page.should_display_title? %>
<% render 'tophat' %>

<% content_for(:sidebar) do %>
  <%= render 'sidebar' %>
<% end if @page.display_sidebar?%>

<%= cache_unless current_user, [@page, request.query_string] do %>
  <div class="clearfix">
    <%= render 'edit_page_link' if can? :edit, @page %>
    <% if @page.should_display_title? %>
      <h1 class="page-title">
        <%= @page.title %>
      </h1>
    <% end %>
  </div>
  <div>
    <% if @page.content? %>
      <%= render @page.content %>
    <% else %>
      <%= render 'empty' %>
    <% end %>
  </div>
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
blacklight-spotlight-3.0.0.rc6 app/views/spotlight/pages/show.html.erb
blacklight-spotlight-3.0.0.rc5 app/views/spotlight/pages/show.html.erb
blacklight-spotlight-3.0.0.rc4 app/views/spotlight/pages/show.html.erb
blacklight-spotlight-3.0.0.rc3 app/views/spotlight/pages/show.html.erb
blacklight-spotlight-3.0.0.rc2 app/views/spotlight/pages/show.html.erb
blacklight-spotlight-3.0.0.rc1 app/views/spotlight/pages/show.html.erb
blacklight-spotlight-3.0.0.alpha.10 app/views/spotlight/pages/show.html.erb
blacklight-spotlight-3.0.0.alpha.9 app/views/spotlight/pages/show.html.erb
blacklight-spotlight-3.0.0.alpha.8 app/views/spotlight/pages/show.html.erb
blacklight-spotlight-3.0.0.alpha.7 app/views/spotlight/pages/show.html.erb
blacklight-spotlight-3.0.0.alpha.6 app/views/spotlight/pages/show.html.erb
blacklight-spotlight-3.0.0.alpha.5 app/views/spotlight/pages/show.html.erb
blacklight-spotlight-3.0.0.alpha.4 app/views/spotlight/pages/show.html.erb
blacklight-spotlight-3.0.0.alpha.3 app/views/spotlight/pages/show.html.erb
blacklight-spotlight-3.0.0.alpha.2 app/views/spotlight/pages/show.html.erb
blacklight-spotlight-3.0.0.alpha.1 app/views/spotlight/pages/show.html.erb