0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-01-15 22:30:53 +00:00
ensl.org/app/views/articles/show.html.erb
2014-04-07 11:04:56 +01:00

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 %>