Sha256: 6735cf57fecd0a651b97c5debc9e29d937e8c94a62842a36091999fa896b0684
Contents?: true
Size: 582 Bytes
Versions: 8
Compression:
Stored size: 582 Bytes
Contents
<%= action_authorized_button_to "vote", budget_order_line_item_path(model.budget, project_id: model), method: vote_button_method, remote: true, class: "button tiny budget-list__action #{vote_button_class}", data: { add: !resource_added?, disable: true, budget: model.budget_amount, "redirect-url": resource_path }, disabled: vote_button_disabled?, title: vote_button_label do %> <%= icon(resource_added? ? "x" : "check", class: "icon--small", aria_label: vote_button_label, role: "img") %> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems