News Archive

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