Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <ravlen@gmail.com>2018-06-26 16:54:23 +0300
committerDouwe Maan <douwe@gitlab.com>2018-06-26 16:54:23 +0300
commit95a111c71148c1dad398084f9e24e9a8627b5d4f (patch)
treef6ed557d84ca46000e9be5c656bead2e677a1401 /app/views/shared/tokens
parent6c552644e314b503a8f82de1ac84d34ca9622203 (diff)
Update _scopes_form.html.haml to remove duplicate information
Diffstat (limited to 'app/views/shared/tokens')
-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]