Skip to content

Commit

Permalink
fix period in link on suggest page
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Sep 18, 2024
1 parent 334116c commit c0248a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/views/pages/suggest_new_location.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit c0248a0

Please sign in to comment.