Sha256: 4ad43e9fb7f081fd48f283f014b082b9101fe8fb9ff151b54a9f880c6818a954

Contents?: true

Size: 775 Bytes

Versions: 31

Compression:

Stored size: 775 Bytes

Contents

<table class="stack">
  <thead>
    <tr>
      <th><%= t("models.organization.fields.name", scope: "decidim.system") %></th>
      <th><%= t("models.organization.fields.created_at", scope: "decidim.system") %></th>
      <th class="actions"><%= t("actions.title", scope: "decidim.system") %></th>
    </tr>
  </thead>
  <tbody>
    <% organizations.each do |organization| %>
      <tr>
        <td>
          <%= link_to organization.name, organization %><br>
          <%= organization.host %>
        </td>
        <td>
          <%= l organization.created_at, format: :short %>
        </td>
        <td class="actions">
          <%= link_to t("actions.edit", scope: "decidim.system"), [:edit, organization] %>
        </td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
decidim-system-0.27.9 app/views/decidim/system/shared/_organizations_list.html.erb
decidim-system-0.27.8 app/views/decidim/system/shared/_organizations_list.html.erb
decidim-system-0.27.7 app/views/decidim/system/shared/_organizations_list.html.erb
decidim-system-0.27.6 app/views/decidim/system/shared/_organizations_list.html.erb
decidim-system-0.26.10 app/views/decidim/system/shared/_organizations_list.html.erb
decidim-system-0.26.9 app/views/decidim/system/shared/_organizations_list.html.erb
decidim-system-0.27.5 app/views/decidim/system/shared/_organizations_list.html.erb
decidim-system-0.26.8 app/views/decidim/system/shared/_organizations_list.html.erb
decidim-system-0.27.4 app/views/decidim/system/shared/_organizations_list.html.erb
decidim-system-0.27.3 app/views/decidim/system/shared/_organizations_list.html.erb
decidim-system-0.26.7 app/views/decidim/system/shared/_organizations_list.html.erb
decidim-system-0.26.5 app/views/decidim/system/shared/_organizations_list.html.erb
decidim-system-0.27.2 app/views/decidim/system/shared/_organizations_list.html.erb
decidim-system-0.27.1 app/views/decidim/system/shared/_organizations_list.html.erb
decidim-system-0.26.4 app/views/decidim/system/shared/_organizations_list.html.erb
decidim-system-0.27.0 app/views/decidim/system/shared/_organizations_list.html.erb
decidim-system-0.26.3 app/views/decidim/system/shared/_organizations_list.html.erb
decidim-system-0.27.0.rc2 app/views/decidim/system/shared/_organizations_list.html.erb
decidim-system-0.27.0.rc1 app/views/decidim/system/shared/_organizations_list.html.erb
decidim-system-0.26.2 app/views/decidim/system/shared/_organizations_list.html.erb