From 4aed131ef6bd2133f2864065643625520d3e63ee Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Fri, 8 Sep 2023 14:37:26 +0700 Subject: [PATCH] #180 typo --- views/list.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/list.haml b/views/list.haml index 08dab5a..36d535c 100644 --- a/views/list.haml +++ b/views/list.haml @@ -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