Sha256: 65dc125eacacca09550d8ee0299b954b1ab475e52662418b303a6f8360861fb4

Contents?: true

Size: 972 Bytes

Versions: 40

Compression:

Stored size: 972 Bytes

Contents

<div class="card">
  <div class="card-divider">
    <h2 class="card-title">
      <%= t("decidim.admin.titles.authorization_workflows") %>
    </h2>
  </div>
  <div class="card-section">
    <table class="table-list table-list--lastleft">
      <thead>
        <tr>
          <th><%= t("decidim.authorization_handlers.name") %></th>
          <th><%= t("decidim.authorization_handlers.help") %></th>
        </tr>
      </thead>
      <tbody>
        <% @workflows.each do |manifest| %>
          <tr>
            <% workflow = Decidim::Verifications::Adapter.new(manifest) %>
            <td><%= link_to workflow.fullname, workflow.admin_root_path %></td>
            <td>
              <ul>
                <% t("decidim.authorization_handlers.admin.#{workflow.key}.help").each do |tip| %>
                  <li><%= tip %></li>
                <% end %>
              </ul>
            </td>
          </tr>
        <% end %>
      </tbody>
    </table>
  </div>
</div>

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
decidim-admin-0.21.0 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.20.1 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.20.0 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.19.1 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.18.1 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.19.0 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.17.2 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.18.0 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.17.1 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.16.1 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.17.0 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.16.0 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.15.2 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.15.1 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.15.0 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.14.4 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.14.3 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.14.2 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.14.1 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.13.1 app/views/decidim/admin/authorization_workflows/index.html.erb