<% if policy(Project).new? %>

<%= t(".heading") %>

<%= t(".message") %>

<%= link_to fa_icon("plus", text: t(".action")), [:new, :project], class: "btn btn-success" %>

<% else %>

<%= t(".heading") %>

<%= t(".member_message") %>

<% end %>