Sha256: 35bea5624521e649e51f3236e938cb995ca8edef1e292f65b8bf953f7e88b8e9

Contents?: true

Size: 752 Bytes

Versions: 8

Compression:

Stored size: 752 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 ".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

8 entries across 8 versions & 1 rubygems

Version Path
decidim-system-0.28.5 app/views/decidim/system/dashboard/show.html.erb
decidim-system-0.28.4 app/views/decidim/system/dashboard/show.html.erb
decidim-system-0.28.3 app/views/decidim/system/dashboard/show.html.erb
decidim-system-0.28.2 app/views/decidim/system/dashboard/show.html.erb
decidim-system-0.28.1 app/views/decidim/system/dashboard/show.html.erb
decidim-system-0.28.0 app/views/decidim/system/dashboard/show.html.erb
decidim-system-0.28.0.rc5 app/views/decidim/system/dashboard/show.html.erb
decidim-system-0.28.0.rc4 app/views/decidim/system/dashboard/show.html.erb