ensl.org/app/views/articles/show.html.erb

7 lines
221 B
Text
Raw Permalink Normal View History

<% if @article.category.domain == Category::DOMAIN_NEWS %>
2014-04-06 14:14:03 +00:00
<%= render partial: "top", locals: { article: @article } %>
<% end %>
2017-11-10 09:42:35 +00:00
<%= render partial: "articles/article", object: @article %>
<%= add_comments @article %>