]> git.openstreetmap.org Git - rails.git/commitdiff
button to login page from verify form.
authorSaman Bemel-Benrud <samanpwbb@gmail.com>
Wed, 31 Jul 2013 15:54:28 +0000 (11:54 -0400)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Mon, 12 Aug 2013 20:34:43 +0000 (13:34 -0700)
app/views/site/verifysignup.html.erb

index d6fa4a1d5d01c68273bd481ec71e252d89fc56f5..4f5ecb621c83f07ff88046598d7ee44469d857d5 100644 (file)
@@ -10,4 +10,4 @@
 
 <p class='deemphasize'><%= t "verify_page.antispam_alert_html" %></p>
 
-<span> put login form here </span>
\ No newline at end of file
+<%= link_to t('layouts.log_in'), login_path(:referer => request.fullpath), {:class => 'button', :title => t('layouts.log_in_tooltip')} %>