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