Files
grecia/app/components/admin/dashboard/index_component.html.erb
jensconsul b5c13d63d1 Add information about the project to admin index
This way it'll be easier for people to know how to contact the Consul
Democracy Foundation.

Co-Authored-By: Javi Martín <javim@elretirao.net>
2023-10-16 15:23:19 +02:00

12 lines
248 B
Plaintext

<% provide :main_class, "admin-dashboard-index" %>
<%= header(skip_section_title: true) %>
<p><%= t("admin.dashboard.index.description", org: setting["org_name"]) %></p>
<%= info %>
<address>
<%= email_link %>
<%= website_link %>
</address>