<% if policy(Bongo::Article).create? %>
<%= link_to new_article_path do %>
New Article
<% end %>
<% end %>
<% @drafts.each do |draft| %>
-
<%= link_to draft.title, draft %>
last modified <%= distance_of_time_in_words_to_now(draft.updated_at) %> ago
<% end %>