ensl.org/app/views/articles/show.html.erb
2017-11-12 18:02:53 +01:00

6 lines
221 B
Text

<% if @article.category.domain == Category::DOMAIN_NEWS %>
<%= render partial: "top", locals: { article: @article } %>
<% end %>
<%= render partial: "articles/article", object: @article %>
<%= add_comments @article %>