ensl.org/app/views/articles/news_archive.html.erb
2020-03-20 01:31:04 +02:00

7 lines
No EOL
188 B
Text

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