Sha256: 77a2d6f9231f3634c8f133bdde5e87977111a86c64285ebffcb0c8a9c65b9278

Contents?: true

Size: 409 Bytes

Versions: 7

Compression:

Stored size: 409 Bytes

Contents

<% add_decidim_page_title(t(".title")) %>

<% provide :title do %>
  <h2><%= t ".title" %></h2>
<% end %>

<div class="actions title">
  <%= link_to t("actions.new", scope: "decidim.system", name: t("models.organization.name", scope: "decidim.system")), [:new, :organization], class: "new" %>
</div>
<%= render partial: "decidim/system/shared/organizations_list", locals: { organizations: @organizations } %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
decidim-system-0.27.9 app/views/decidim/system/organizations/index.html.erb
decidim-system-0.27.8 app/views/decidim/system/organizations/index.html.erb
decidim-system-0.27.7 app/views/decidim/system/organizations/index.html.erb
decidim-system-0.27.6 app/views/decidim/system/organizations/index.html.erb
decidim-system-0.26.10 app/views/decidim/system/organizations/index.html.erb
decidim-system-0.26.9 app/views/decidim/system/organizations/index.html.erb
decidim-system-0.27.5 app/views/decidim/system/organizations/index.html.erb