app/views/passwords/new.html.erb in authenticate-0.2.0 vs app/views/passwords/new.html.erb in authenticate-0.2.1

- old
+ new

@@ -14,6 +14,10 @@ <%= form.submit %> </div> <% end %> + <div class="links"> + <%= link_to t(".sign_in"), sign_in_path %> + </div> + </div>