Sha256: 26b484438255bfb57f0388b2b368c4fe56fc7ccab205d6b1afa077fdd7d3d90a

Contents?: true

Size: 388 Bytes

Versions: 3

Compression:

Stored size: 388 Bytes

Contents

<% content_for :head do -%>
  <meta name="title" content="<%=@page.title%>">
<% end -%>
<% content_for :sidebar do %>
  <% if "products" == @current_controller && @taxon %>
    <%= render :partial => "shared/filters" %>
  <% else %>
    <%= render :partial => "shared/taxonomies" %>
  <% end %>
<% end %>
<h1><%= @page.title %></h1>
<div id="page_content">
  <%= raw @page.body %>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree_static_content-0.70.3 app/views/static_content/show.html.erb
spree_static_content-0.60.1 app/views/static_content/show.html.erb
spree_static_content-0.60.0 app/views/static_content/show.html.erb