openstreetmap-website/app/views/passwords/new.html.erb
Andy Allan 4bca24a7be Resourceful routing for passwords
This also matches the routes used by devise
2023-12-06 18:41:00 +00:00

10 lines
250 B
Text

<% content_for :heading do %>
<h1><%= t ".heading" %></h1>
<% end %>
<p><%= t ".help_text" %></p>
<%= bootstrap_form_tag do |f| %>
<%= f.text_field :email, :label => t(".email address") %>
<%= f.primary t(".new password button") %>
<% end %>