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