]> git.openstreetmap.org Git - rails.git/commitdiff
Fix unclosed labels in account details
authorTom MacWright <tom@macwright.org>
Mon, 10 Jun 2013 23:40:41 +0000 (16:40 -0700)
committerTom Hughes <tom@compton.nu>
Mon, 8 Jul 2013 08:03:16 +0000 (09:03 +0100)
app/views/user/account.html.erb

index 371524f96df60facb24ded19e1202aa807097cc3..a4dbf81a3ea301b75fddf1df27ebf9adb95631b1 100644 (file)
   </fieldset>
 
   <fieldset class="form-row">
-    <label><%= t 'user.new.password' %>
+      <label><%= t 'user.new.password' %></label>
     <%= f.password_field :pass_crypt, {:value => '', :autocomplete => :off} %>
   </fieldset>
 
   <fieldset class="form-row">
-    <label><%= t 'user.new.confirm password' %>
+    <label><%= t 'user.new.confirm password' %></label>
     <%= f.password_field :pass_crypt_confirmation, {:value => '', :autocomplete => :off} %>
   </fieldset>
 
   <fieldset class="form-row">
-    <label ><%= t 'user.account.openid.openid' %>
+    <label><%= t 'user.account.openid.openid' %></label>
       <%= f.url_field :openid_url, {:id => "openid_url", :class => "openid_url"} %>
       <p class="form-help deemphasize">(<a href="<%= t 'user.account.openid.link' %>" target="_new"><%= t 'user.account.openid.link text' %></a>)</p>
   </fieldset>
   </fieldset>
 
   <fieldset class="form-row">
-    
-    
       <p><%= t 'user.account.update home location on click' %> <input type="checkbox" value="1" <% unless @user.home_lat and @user.home_lon %> checked="checked" <% end %> id="updatehome" /> </p>
       <% content_for :head do %>
         <%= javascript_include_tag "user" %>
       <% end %>
       <%= content_tag "div", "", :id => "map", :class => "content_map settings_map set_location" %>
-    
   </fieldset>
 
   <fieldset class="form-row">