Sha256: f21c1f4579dceb580e7e764eae99f4941a822ec5200146b384250a157e5b7e0c
Contents?: true
Size: 668 Bytes
Versions: 24
Compression:
Stored size: 668 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}", id: "project-vote-button-#{model.id}", data: { add: !resource_added?, disable: true, budget: model.budget_amount, allocation: resource_allocation, "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
24 entries across 24 versions & 1 rubygems