mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-28 13:31:06 +00:00
12 lines
222 B
Text
12 lines
222 B
Text
|
<div class="wide">
|
||
|
<h1>
|
||
|
News Archive
|
||
|
</h1>
|
||
|
|
||
|
<%= render :partial => "list", :locals => {:articles => @news} %>
|
||
|
|
||
|
<% if cuser and cuser.admin? %>
|
||
|
<%= link_to 'New News', new_article_path %>
|
||
|
<% end %>
|
||
|
</div>
|