Sha256: bb0f4c93685bf90a6e41810899a3b5ee72c56ae60f1d433a5514f95f0ddde2d9
Contents?: true
Size: 411 Bytes
Versions: 16
Compression:
Stored size: 411 Bytes
Contents
<% if flagable? %> <button type="button" data-open="<%= current_user.present? ? "flagModal" : "loginModal" %>" title="<%= t("report", scope: "decidim.plans.plans.show") %>" aria-controls="<%= current_user.present? ? "flagModal" : "loginModal" %>" aria-haspopup="true" tabindex="0"> <%= icon "flag", aria_label: t("report", scope: "decidim.plans.plans.show"), class: "icon--small" %> </button> <% end %>
Version data entries
16 entries across 16 versions & 1 rubygems