Sha256: 2aae8d95be0935470e868effddaacc55e9aea9ba1faf8671509cd9ae2743f020

Contents?: true

Size: 482 Bytes

Versions: 1

Compression:

Stored size: 482 Bytes

Contents

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

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

<%= 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

1 entries across 1 versions & 1 rubygems

Version Path
editorial_logic-1.4.0 app/views/publications/show.html.erb