]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/account.html.erb
M-x untabify the OpenID branch
[rails.git] / app / views / user / account.html.erb
index badcc1249c2ceb81610589b938ffd01ac719e61d..e1fe719e0795768c4ed8d421d5085c2ad8f6c81b 100644 (file)
@@ -6,6 +6,7 @@
     <td class="fieldName"><%= t 'user.new.display name' %></td>
     <td><%= f.text_field :display_name %></td>
   </tr>
+
   <tr>
     <td class="fieldName" style="padding-bottom:0px;"><%= t 'user.account.current email address' %></td>
     <td style="padding-bottom:0px;"><%= @user.email %> <span class="minorNote"><%= t 'user.account.email never displayed publicly' %></span></td>
@@ -28,7 +29,7 @@
   <tr>
     <td class="fieldName" ><%= t 'user.account.openid.openid' %></td>
     <td style="padding-bottom:0px;"><%= f.text_field :openid_url %> (<a href="<%= t 'user.account.openid.link' %>" target="_new"><%= t 'user.account.openid.link text' %></a>) </td>
-</tr>
+  </tr>
 
   <tr>
     <td class="fieldName" valign="top"><%= t 'user.account.public editing.heading' %></td>