Sha256: 6c0c6dc107719ca64ca481675259c4b280c0f63599134cb3747ce6b6008095ca

Contents?: true

Size: 415 Bytes

Versions: 11

Compression:

Stored size: 415 Bytes

Contents

<%- set_title "#{@content.headline}: #{@section.headline}" -%>

<%= render 'contents' -%>

<h2><%= @content.headline -%></h2>
<h3><%= @section.headline -%></h3>
<%= @section.content.html_safe -%>

<h3>Referring to This Page</h3>
<p>Use or reference to this content on the Internet must be accompanied by a link to the page you cite.</p>

<%= link_to 'Back', @content.publication.humanize_path, :class => :button -%>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
editorial_logic-1.3.3 app/views/sections/show.html.erb
editorial_logic-1.3.2 app/views/sections/show.html.erb
editorial_logic-1.3.1 app/views/sections/show.html.erb
editorial_logic-1.3.0 app/views/sections/show.html.erb
editorial_logic-1.1.6 app/views/sections/show.html.erb
editorial_logic-1.1.5 app/views/sections/show.html.erb
editorial_logic-1.1.4 app/views/sections/show.html.erb
editorial_logic-1.1.3 app/views/sections/show.html.erb
editorial_logic-1.1.2 app/views/sections/show.html.erb
editorial_logic-1.1.1 app/views/sections/show.html.erb
editorial_logic-1.1.0 app/views/sections/show.html.erb