mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
6 lines
212 B
Text
6 lines
212 B
Text
<% if @article.category.domain == Category::DOMAIN_NEWS %>
|
|
<%= render partial: "top", locals: { article: @article } %>
|
|
<% end %>
|
|
|
|
<%= render partial: "article", object: @article %>
|
|
<%= add_comments @article %>
|