lib/authpwn_rails/generators/templates/session/welcome.html.erb in authpwn_rails-0.12.0 vs lib/authpwn_rails/generators/templates/session/welcome.html.erb in authpwn_rails-0.12.1
- old
+ new
@@ -1,5 +1,5 @@
<p>
This view gets displayed when the user is not logged in. Entice the user to
sign up for your application, and allow them to
- <%= link_to 'Log in', new_session_path %>.
+ <%= link_to 'Log in', new_session_path %>.
</p>