]> 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 e1fe719e0795768c4ed8d421d5085c2ad8f6c81b..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 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>
+    <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>