Sha256: bc3a3a4dbc78dae766dcb74088d623be094a657b432e3f6a8e31d1ae98f5de4a

Contents?: true

Size: 1.02 KB

Versions: 37

Compression:

Stored size: 1.02 KB

Contents

<div class="card">
  <%= cell("decidim/verifications/revocations", @authorizations) %>
  <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

37 entries across 37 versions & 1 rubygems

Version Path
decidim-admin-0.27.3 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.26.7 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.26.5 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.27.2 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.27.1 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.26.4 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.27.0 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.26.3 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.27.0.rc2 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.27.0.rc1 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.26.2 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.26.1 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.26.0 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.26.0.rc2 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.26.0.rc1 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.25.2 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.25.1 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.25.0 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.25.0.rc4 app/views/decidim/admin/authorization_workflows/index.html.erb
decidim-admin-0.25.0.rc3 app/views/decidim/admin/authorization_workflows/index.html.erb