generators/oauth_provider/templates/_form.html.haml in oauth-plugin-0.4.0.rc2 vs generators/oauth_provider/templates/_form.html.haml in oauth-plugin-0.4.0
- old
+ new
@@ -1,21 +1,21 @@
=error_messages_for :client_application
.field
%label{:for=>"client_application_name"} Name*
%br
- = f.text_field :name
+ = f.text_field :name
.field
%label{:for=>"client_application_url"} Main Application URL*
%br
- = f.text_field :url
+ = f.text_field :url
.field
%label{:for=>"client_application_callback_url"} Callback URL*
%br
- = f.text_field :callback_url
+ = f.text_field :callback_url
.field
%label{:for=>"client_application_support_url"} Support URL
%br
- = f.text_field :support_url
+ = f.text_field :support_url