ensl.org/app/views/articles/news_archive.html.erb

12 lines
222 B
Text
Raw Normal View History

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