about summary refs log tree commit diff
path: root/app/views/settings/applications/_fields.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/settings/applications/_fields.html.haml')
-rw-r--r--app/views/settings/applications/_fields.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/settings/applications/_fields.html.haml b/app/views/settings/applications/_fields.html.haml
new file mode 100644
index 000000000..9dbe23466
--- /dev/null
+++ b/app/views/settings/applications/_fields.html.haml
@@ -0,0 +1,4 @@
+= f.input :name, hint: t('activerecord.attributes.doorkeeper/application.name')
+= f.input :website, hint: t('activerecord.attributes.doorkeeper/application.website')
+= f.input :redirect_uri, hint: t('activerecord.attributes.doorkeeper/application.redirect_uri')
+= f.input :scopes, hint: t('activerecord.attributes.doorkeeper/application.scopes')