mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 21:10:54 +00:00
11 lines
284 B
Text
11 lines
284 B
Text
<div class="clear" id="newsContent">
|
|
<% @news.each do |n| %>
|
|
<%= render :partial => "article", :locals => {:article => n} %>
|
|
<% end %>
|
|
</div>
|
|
|
|
<%= link_to 'Archive', '/news/archive' %>
|
|
|
|
<% if cuser and cuser.admin? %>
|
|
| <%= link_to 'New News', new_article_path %>
|
|
<% end %>
|