From c0248a0a3945dbeaf3b1ce53051eb188dfb4cf0c Mon Sep 17 00:00:00 2001 From: RyanTG Date: Wed, 18 Sep 2024 14:28:23 -0700 Subject: [PATCH] fix period in link on suggest page --- app/views/pages/suggest_new_location.html.haml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/views/pages/suggest_new_location.html.haml b/app/views/pages/suggest_new_location.html.haml index 9b77d8a6..a9bf806e 100644 --- a/app/views/pages/suggest_new_location.html.haml +++ b/app/views/pages/suggest_new_location.html.haml @@ -58,10 +58,7 @@ %li.submit.mt_5{:style => "clear:both;"} %input{:type => "submit", :value => "Submit New Location", :class => "submit_button"} - else - %p.center - But first! We ask that you - = link_to 'Login.', new_user_session_path, :class => "darkgrey font18 bold" - Thank you! + %p.center== To suggest a new location you first need to #{link_to 'login', new_user_session_path, :class => "red bold"}. Thank you! :javascript function initialize() {