From 77497cd471650fd4dc8c880c98f5ba89acc784c2 Mon Sep 17 00:00:00 2001 From: Matchu Date: Wed, 2 Apr 2014 21:32:43 -0500 Subject: [PATCH] lol, turns out i was smart about return_to links before. remove todo --- app/views/outfits/edit.html.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/outfits/edit.html.haml b/app/views/outfits/edit.html.haml index 7aa19732..9ac2e270 100644 --- a/app/views/outfits/edit.html.haml +++ b/app/views/outfits/edit.html.haml @@ -153,7 +153,6 @@ %li.checkbox.must-log-in %input{type: 'checkbox', id: 'advanced-search-wants', disabled: true} %label{for: 'advanced-search-wants'} Only include items you want - -# TODO: update return_to = link_to 'Log in to use these filters.', login_path_with_return_to, id: 'advanced-search-log-in-link'