Sha256: e2c1406990a69bca38a38f2d47d5a41c65adbb4001ca6a5b3149ff2ba35e03b5

Contents?: true

Size: 208 Bytes

Versions: 9

Compression:

Stored size: 208 Bytes

Contents

<% if controller.action_name == 'redirect' %>
  <%= render 'articles/full_article_content', { :article => article } %>
<% else %>
  <%= render 'articles/article_excerpt', { :article => article } %>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
publify_core-9.1.0 app/views/articles/_article_content.html.erb
publify_core-9.0.1 app/views/articles/_article_content.html.erb
publify_core-9.0.0 app/views/articles/_article_content.html.erb
publify_core-9.0.0.pre6 app/views/articles/_article_content.html.erb
publify_core-9.0.0.pre5 app/views/articles/_article_content.html.erb
publify_core-9.0.0.pre4 app/views/articles/_article_content.html.erb
publify_core-9.0.0.pre3 app/views/articles/_article_content.html.erb
publify_core-9.0.0.pre2 app/views/articles/_article_content.html.erb
publify_core-9.0.0.pre1 app/views/articles/_article_content.html.erb