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

7 lines
190 B
Text
Raw Normal View History

<h1>News Archive</h1>
<%= render partial: 'list', locals: { articles: @news } %>
<% if cuser and cuser.admin? %>
<%= link_to 'New Article', new_article_path, class: 'button' %>
<% end %>