Skip to content

Commit

Permalink
#180 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 8, 2023
1 parent b1e8fd7 commit 4aed131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/list.haml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
%a.item{onclick: '$("#upload").show();'} Upload CSV
%a.item{onclick: '$("#absorb").show();'} Absorb
%a.item{href: iri.cut('/download-recipients').add(id: list.id)} Download CSV
%a.item{href: iri.cut('/activate-all').add(id: list.id), oclick: "return confirm('Are you sure? All recipients will be activated in this list!');"} Activate All
%a.item{href: iri.cut('/activate-all').add(id: list.id), onclick: "return confirm('Are you sure? All recipients will be activated in this list!');"} Activate All

%form.hidden{method: 'POST', action: iri.cut('/save-list'), id: 'save'}
%fieldset
Expand Down

0 comments on commit 4aed131

Please sign in to comment.