app/views/decidim/system/dashboard/show.html.erb in decidim-system-0.28.4 vs app/views/decidim/system/dashboard/show.html.erb in decidim-system-0.29.0.rc1
- old
+ new
@@ -2,9 +2,13 @@
<% provide :title do %>
<h1 class="h1"><%= t("decidim.system.titles.dashboard") %></h1>
<% end %>
+<h2 class="h3"><%= t ".system_checks" %></h2>
+
+<%= cell "decidim/system/system_checks", nil %>
+
<h2 class="h3"><%= t ".current_organizations" %></h2>
<%= link_to t("actions.new_organization", scope: "decidim.system"), [:new, :organization], class: "button button__sm md:button__lg button__primary" %>
<%= render partial: "decidim/system/shared/organizations_list", locals: { organizations: @organizations } %>