summaryrefslogtreecommitdiff
path: root/app/views/shared/tokens/_scopes_form.html.haml
diff options
context:
space:
mode:
authorMarcel Amirault <ravlen@gmail.com>2018-06-26 13:54:23 +0000
committerDouwe Maan <douwe@gitlab.com>2018-06-26 13:54:23 +0000
commit95a111c71148c1dad398084f9e24e9a8627b5d4f (patch)
treef6ed557d84ca46000e9be5c656bead2e677a1401 /app/views/shared/tokens/_scopes_form.html.haml
parent6c552644e314b503a8f82de1ac84d34ca9622203 (diff)
downloadgitlab-ce-95a111c71148c1dad398084f9e24e9a8627b5d4f.tar.gz
Update _scopes_form.html.haml to remove duplicate information
Diffstat (limited to 'app/views/shared/tokens/_scopes_form.html.haml')
-rw-r--r--app/views/shared/tokens/_scopes_form.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/shared/tokens/_scopes_form.html.haml b/app/views/shared/tokens/_scopes_form.html.haml
index 2d0bb722189..e5c82962f82 100644
--- a/app/views/shared/tokens/_scopes_form.html.haml
+++ b/app/views/shared/tokens/_scopes_form.html.haml
@@ -6,5 +6,4 @@
%fieldset
= check_box_tag "#{prefix}[scopes][]", scope, token.scopes.include?(scope), id: "#{prefix}_scopes_#{scope}"
= label_tag ("#{prefix}_scopes_#{scope}"), scope, class: "label-light"
- %span= t(scope, scope: [:doorkeeper, :scopes])
.scope-description= t scope, scope: [:doorkeeper, :scope_desc]