<%= link_to t("dashboard.community.access_community"),
community_path(proposal.community),
class: "button hollow" %>
<% if proposal.community.latest_activity.present? %>
<%= t("dashboard.community.latest_activity",
at: l(proposal.community.latest_activity.to_date)) %>
<% end %>