Sha256: 0dc520dbb5c4d317838034b7b2e716669b1511f05cbc798ffcc6adcb2beb1525

Contents?: true

Size: 487 Bytes

Versions: 8

Compression:

Stored size: 487 Bytes

Contents

<%- set_title @publication.name -%>
<%- meta_description @publication.description -%>
<%= auto_discovery_link_tag(:rss, @publication.rss_feed_url, {:title => @publication.name}) if @publication.rss_feed_enabled? -%>

<%= @publication.description.to_s.html_safe -%>

<br />

<%= render 'articles' if @publication.has_articles? -%>
<%= render 'documents' if @publication.has_documents? -%>
<%= render 'faqs' if @publication.has_faqs? -%>
<%= render 'terms' if @publication.has_terms? -%>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
editorial_logic-1.3.0 app/views/publications/show.html.erb
editorial_logic-1.1.6 app/views/publications/show.html.erb
editorial_logic-1.1.5 app/views/publications/show.html.erb
editorial_logic-1.1.4 app/views/publications/show.html.erb
editorial_logic-1.1.3 app/views/publications/show.html.erb
editorial_logic-1.1.2 app/views/publications/show.html.erb
editorial_logic-1.1.1 app/views/publications/show.html.erb
editorial_logic-1.1.0 app/views/publications/show.html.erb