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
path: root/app
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2017-01-06 23:05:53 +0300
committerClement Ho <ClemMakesApps@gmail.com>2017-01-10 01:01:37 +0300
commit3d0b0a62609d5f961d2777f497558d90c1dc039b (patch)
treeb7a623ca98ab0228829e6bcef5565e945ce43bca /app
parent0f973c28b7f4852119181b549255308c76924c4e (diff)
Add symbols
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/filtered_search/dropdown_hint.js.es68
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/javascripts/filtered_search/dropdown_hint.js.es6 b/app/assets/javascripts/filtered_search/dropdown_hint.js.es6
index f1e317d91cc..63c20f57520 100644
--- a/app/assets/javascripts/filtered_search/dropdown_hint.js.es6
+++ b/app/assets/javascripts/filtered_search/dropdown_hint.js.es6
@@ -37,19 +37,19 @@
const dropdownData = [{
icon: 'fa-pencil',
hint: 'author:',
- tag: '&lt;author&gt;',
+ tag: '&lt;@author&gt;',
}, {
icon: 'fa-user',
hint: 'assignee:',
- tag: '&lt;assignee&gt;',
+ tag: '&lt;@assignee&gt;',
}, {
icon: 'fa-clock-o',
hint: 'milestone:',
- tag: '&lt;milestone&gt;',
+ tag: '&lt;%milestone&gt;',
}, {
icon: 'fa-tag',
hint: 'label:',
- tag: '&lt;label&gt;',
+ tag: '&lt;~label&gt;',
}];
this.droplab.changeHookList(this.hookId, this.dropdown, [droplabFilter], this.config);