- <%= f.select(:auth_provider, Auth::PROVIDERS, { :default => "", :tabindex => 4 }) %>
- <%= f.text_field(:auth_uid, { :tabindex => 5 }) %>
+ <%= f.select(:auth_provider, Auth::PROVIDERS, :default => "", :tabindex => 4) %>
+ <%= f.text_field(:auth_uid, :tabindex => 5) %>