]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/account.html.erb
Mark OpenID "what is this?" prompt as a minor note
[rails.git] / app / views / user / account.html.erb
index 83065c6839d9e92a8297c913365cf32cf4b20cc5..ba5b652ac92a5434afa9d57744b8b2e8c1380284 100644 (file)
     <td class="fieldName"><%= t 'user.new.confirm password' %></td>
     <td><%= f.password_field :pass_crypt_confirmation, {:value => '', :size => 30, :maxlength => 255, :autocomplete => :off} %></td>
   </tr>
+
   <tr>
     <td class="fieldName" ><%= t 'user.account.openid.openid' %></td>
-    <td><%= f.text_field :openid_url, {:class => "openid_url"} %> (<a href="<%= t 'user.account.openid.link' %>" target="_new"><%= t 'user.account.openid.link text' %></a>) </td>
+    <td><%= f.text_field :openid_url, {:class => "openid_url"} %> <span class="minorNote">(<a href="<%= t 'user.account.openid.link' %>" target="_new"><%= t 'user.account.openid.link text' %></a>)</span></td>
   </tr>
 
   <tr>