]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/lost_password.html.erb
Refactor contributor terms using new form styles
[rails.git] / app / views / user / lost_password.html.erb
index cdee822e4f68f3540800de6d0da88fbe94461b36..4d1689ef9f74ea1ea5a8b7bd88ce374ce07bd8ba 100644 (file)
@@ -1,8 +1,10 @@
-<h1><%= t 'user.lost_password.heading' %></h1>
+<% content_for :heading do %>
+  <h1><%= t 'user.lost_password.heading' %></h1>
+<% end %>
 
 <p><%= t 'user.lost_password.help_text' %></p>
 
-<% form_tag :action => 'lost_password' do %>
+<%= form_tag :action => 'lost_password' do %>
 <table>
   <tr>
     <td class="fieldName"><%= t 'user.lost_password.email address' %></td>