summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-23 13:59:54 +0000
committerPhil Hughes <me@iamphill.com>2016-03-23 13:59:54 +0000
commitc23d9ab4edfd0b9f5d28e81759d48862e3e06b15 (patch)
treefd43fcac70aef04f70c5cc050fa5153ac4fec629
parent6c4d6dd684b30b1b0ca30249e2c3a43e67ee3143 (diff)
downloadgitlab-ce-fix-application-settings.tar.gz
Fixed error with applications delete enonymous token formfix-application-settings
Closes #14509
-rw-r--r--app/views/doorkeeper/applications/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/doorkeeper/applications/index.html.haml b/app/views/doorkeeper/applications/index.html.haml
index ea0b66c932b..55f4a6f287d 100644
--- a/app/views/doorkeeper/applications/index.html.haml
+++ b/app/views/doorkeeper/applications/index.html.haml
@@ -77,7 +77,7 @@
%em Authorization was granted by entering your username and password in the application.
%td= token.created_at
%td= token.scopes
- %td= render 'delete_form', token: token
+ %td= render 'doorkeeper/authorized_applications/delete_form', token: token
- else
.profile-settings-message.text-center
You don't have any authorized applications