Sha256: 57bf6f04a35715fcbf27efe97ddd42d8b47888d8d8cccc7b5c22044fd31d8321

Contents?: true

Size: 848 Bytes

Versions: 10

Compression:

Stored size: 848 Bytes

Contents

<% add_decidim_page_title(t("decidim.system.titles.dashboard")) %>

<% 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 } %>

<h2 class="h3"><%= t ".admins" %></h2>

<%= link_to t("actions.new_admin", scope: "decidim.system"), [:new, :admin], class: "button button__sm md:button__lg button__primary" %>

<%= render partial: "decidim/system/shared/admins_list", locals: { admins: @admins } %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
decidim-system-0.30.0.rc3 app/views/decidim/system/dashboard/show.html.erb
decidim-system-0.30.0.rc2 app/views/decidim/system/dashboard/show.html.erb
decidim-system-0.30.0.rc1 app/views/decidim/system/dashboard/show.html.erb
decidim-system-0.29.2 app/views/decidim/system/dashboard/show.html.erb
decidim-system-0.29.1 app/views/decidim/system/dashboard/show.html.erb
decidim-system-0.29.0 app/views/decidim/system/dashboard/show.html.erb
decidim-system-0.29.0.rc4 app/views/decidim/system/dashboard/show.html.erb
decidim-system-0.29.0.rc3 app/views/decidim/system/dashboard/show.html.erb
decidim-system-0.29.0.rc2 app/views/decidim/system/dashboard/show.html.erb
decidim-system-0.29.0.rc1 app/views/decidim/system/dashboard/show.html.erb