<% unless @newest_projects.empty? %>
<%= l('homescreen.additional.projects') %>
<% end %>
<% if User.current.allowed_to?(:add_project, nil, global: true) %>
<%= link_to new_project_path,
{ class: 'button -alt-highlight',
aria: {label: t(:label_project_new)},
title: t(:label_project_new)} do %>
<%= Project.model_name.human %>
<% end %>
<% end %>
<%= link_to l(:label_project_view_all), projects_path,
class: 'button -highlight',
title: l(:label_project_view_all) %>