Sha256: 7d250273f70d904aa5f20cd4a7aab04c544b4d158e489f578c2ac5c8dc8319b0
Contents?: true
Size: 650 Bytes
Versions: 1
Compression:
Stored size: 650 Bytes
Contents
<% content_for :head do -%> <%- if @page.meta_title.present? -%> <meta name="title" content="<%=@page.meta_title%>"> <%- else -%> <meta name="title" content="<%=@page.title%>"> <%- end -%> <meta name="keywords" content="<%=@page.meta_keywords%>"> <meta name="keywords" content="<%=@page.meta_description%>"> <% end -%> <% content_for :sidebar do %> <% if "products" == @current_controller && @taxon %> <%= render :partial => "spree/shared/filters" %> <% else %> <%= render :partial => "spree/shared/taxonomies" %> <% end %> <% end %> <h1><%= @page.title %></h1> <div id="page_content"> <%= raw @page.body %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_static_content-1.0.1 | app/views/spree/static_content/show.html.erb |