Sha256: 6e60acd862ccce4b2c0862bd39c557bf81ae411e216f94080708c0a73b2ac294
Contents?: true
Size: 540 Bytes
Versions: 1
Compression:
Stored size: 540 Bytes
Contents
<% if flagable? %> <button type="button" class="link-alt" data-open="<%= current_user.present? ? "flagModal" : "loginModal" %>" title="<%= t("report", scope: "decidim.proposals.proposals.show") %>" aria-controls="<%= current_user.present? ? "flagModal" : "loginModal" %>" aria-haspopup="true" tabindex="0"> <%= icon "flag", aria_hidden: true, class: "icon--small", role: "img", "aria-hidden": true %> <span class="show-for-sr"> <%= t("report", scope: "decidim.proposals.proposals.show") %> </span> </button> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
decidim-core-0.22.0 | app/cells/decidim/author/flag.erb |