Sha256: 123edfdc636a8bb8e93452db066b2f3a6ed3e06a46ecdb5da52961142324e05a
Contents?: true
Size: 517 Bytes
Versions: 4
Compression:
Stored size: 517 Bytes
Contents
<% if Decidim::ActionDelegator::Delegation.granted_to?(current_user, question.consultation) %> <% if has_any_delegate_vote?(question) %> <div class="delegations-notice flex--cc"> <%= link_to t("action_delegator.delegations.has_delegations", scope: "decidim"), "#", id: "delegations-button" %> </div> <% else %> <div class="delegations-notice flex--cc"> <%= link_to t("action_delegator.delegations.link", scope: "decidim"), "#", id: "delegations-button" %> </div> <% end %> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems