Sha256: 1c2f82918150704e6cb7812e568001b1a558a48dc0bb77f9cbcec1f8c3d0b699
Contents?: true
Size: 993 Bytes
Versions: 8
Compression:
Stored size: 993 Bytes
Contents
<div id="upload_identification_keys" class="space-y-4" <%= t("identification_keys.upload_error", scope: "decidim.elections.trustee_zone.trustees.show").map { |key, message| "data-#{key}=\"#{message}\"" } .join(" ").html_safe %>> <h2 class="h3"><%= t("identification_keys.title", scope: "decidim.elections.trustee_zone.trustees.show") %></h2> <p><%= t("identification_keys.upload_legend", scope: "decidim.elections.trustee_zone.trustees.show") %></p> <button class="button button__sm md:button__lg button__primary"> <span><%= t("identification_keys.upload", scope: "decidim.elections.trustee_zone.trustees.show") %></span> </button> </div> <h2 class="h3"><%= t("elections.title", scope: "decidim.elections.trustee_zone.trustees.show") %></h2> <% if trustee.elections.any? %> <%= render partial: "table" %> <% else %> <%= cell("decidim/announcement", t("elections.no_elections", scope: "decidim.elections.trustee_zone.trustees.show"), callout_class: "warning" ) %> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems