Skip to content

Commit

Permalink
bs4 fix extra other income cancel (#4296)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlienparker authored and bbodine1 committed Aug 15, 2024
1 parent 204f428 commit a1374da
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
</div>
</div>
<div class="d-flex mb-2">
<a tabindex="0" onkeydown="handleButtonKeyDown(event, 'ai-an-income-cancel-<%= income_id %>')" id="ai-an-income-cancel-<%= income_id %>" class="btn outline ai-an-income-cancel mr-1"><%= l10n("cancel") %></a>
<a tabindex="0" onkeydown="handleButtonKeyDown(event, 'unemployment-cancel-<%= income_id %>')" id="unemployment-cancel-<%= income_id %>" class="button outline mr-2 unemployment-income-cancel"><%= l10n("cancel") %></a>
<%= f.submit l10n("faa.other_incomes.save"), class: "button btn-save", :data => { :cuke => "unemployment-income-save-button" }, onclick: "checkDate('#{income_id}')" %>
</div>
Expand Down

0 comments on commit a1374da

Please sign in to comment.