X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fa11baf5c348d6eb4ca00d6d15cf9893626fa2d6..406b46e49b786fab879286d77735b2a16c1cfcc5:/vendor/plugins/oauth-plugin/generators/oauth_provider/templates/_form.html.erb diff --git a/vendor/plugins/oauth-plugin/generators/oauth_provider/templates/_form.html.erb b/vendor/plugins/oauth-plugin/generators/oauth_provider/templates/_form.html.erb new file mode 100644 index 000000000..ee3f5b8a6 --- /dev/null +++ b/vendor/plugins/oauth-plugin/generators/oauth_provider/templates/_form.html.erb @@ -0,0 +1,16 @@ +
+
+ <%%= f.text_field :name %> +
+
+
+ <%%= f.text_field :url %> +
+
+
+ <%%= f.text_field :callback_url %> +
+
+
+ <%%= f.text_field :support_url %> +