mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 01:11:23 +00:00
6 lines
221 B
Text
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 %>
|