mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 21:10:54 +00:00
11 lines
222 B
Text
11 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>
|