Sha256: d687b36a3c5fa18c50cad01a36086767732990cff69b9c9951b44e69f5c1070a

Contents?: true

Size: 680 Bytes

Versions: 17

Compression:

Stored size: 680 Bytes

Contents

<div data-dialog-container>
  <%= icon "account-circle-line" %>
  <h2 id="dialog-title-user-identities" tabindex="-1" data-dialog-title><%= t ".select_identity" %></h2>
  <div>
    <div class="identities-modal__list">
      <%= render_endorsement_identity(resource, current_user) %>
      <% @user_verified_groups.each do |user_group| %>
        <%= render_endorsement_identity(resource, current_user, user_group) %>
      <% end %>
    </div>
  </div>
</div>
<div data-dialog-actions>
  <button type="button" class="button button__sm md:button__lg button__secondary" data-dialog-close="user-identities">
    <%= t ".done" %>
    <%= icon "arrow-right-line" %>
  </button>
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
decidim-core-0.30.0.rc2 app/views/decidim/endorsements/identities.html.erb
decidim-core-0.30.0.rc1 app/views/decidim/endorsements/identities.html.erb
decidim-core-0.29.2 app/views/decidim/endorsements/identities.html.erb
decidim-core-0.28.5 app/views/decidim/endorsements/identities.html.erb
decidim-core-0.29.1 app/views/decidim/endorsements/identities.html.erb
decidim-core-0.28.4 app/views/decidim/endorsements/identities.html.erb
decidim-core-0.29.0 app/views/decidim/endorsements/identities.html.erb
decidim-core-0.28.3 app/views/decidim/endorsements/identities.html.erb
decidim-core-0.29.0.rc4 app/views/decidim/endorsements/identities.html.erb
decidim-core-0.29.0.rc3 app/views/decidim/endorsements/identities.html.erb
decidim-core-0.29.0.rc2 app/views/decidim/endorsements/identities.html.erb
decidim-core-0.29.0.rc1 app/views/decidim/endorsements/identities.html.erb
decidim-core-0.28.2 app/views/decidim/endorsements/identities.html.erb
decidim-core-0.28.1 app/views/decidim/endorsements/identities.html.erb
decidim-core-0.28.0 app/views/decidim/endorsements/identities.html.erb
decidim-core-0.28.0.rc5 app/views/decidim/endorsements/identities.html.erb
decidim-core-0.28.0.rc4 app/views/decidim/endorsements/identities.html.erb