Sha256: 6a59ee8acfece5a1ea9f20e5f47a984e14e7f18db80d06fea4631db01b57e728
Contents?: true
Size: 541 Bytes
Versions: 45
Compression:
Stored size: 541 Bytes
Contents
<% if flaggable? %> <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
45 entries across 45 versions & 1 rubygems