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

7 lines
212 B
Text
Raw 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 %>
2014-04-06 14:14:03 +00:00
<%= render partial: "article", object: @article %>
<%= add_comments @article %>