Skip to content

Commit 2793931

Browse files
committed
correct rails route for csv download
1 parent ba8a738 commit 2793931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/staff/proposals/index.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
.row
2323
.col-sm-offset-6.col-sm-6
2424
.btn-nav.text-right
25-
= link_to event_staff_proposals_path(format: "csv"), id: "download_link", class: "btn btn-info btn-sm" do
25+
= link_to event_staff_program_proposals_path(format: "csv"), id: "download_link", class: "btn btn-info btn-sm" do
2626
%span.glyphicon.glyphicon-download-alt
2727
Download CSV
2828
.row

0 commit comments

Comments
 (0)