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:
authorPhil Hughes <me@iamphill.com>2017-05-22 15:25:35 +0300
committerPhil Hughes <me@iamphill.com>2017-05-22 15:25:35 +0300
commit745ec1acd1b0a60a35c78142f6cc99cf92a396c1 (patch)
treec24fc9c0f303f4d4ca46f76837a1a124bb5e0fd1 /app/assets/javascripts/issue_show
parent17617a32bdf5df5d8a9e2153eccde2a24e1cc77c (diff)
added label to button
[ci skip]
Diffstat (limited to 'app/assets/javascripts/issue_show')
-rw-r--r--app/assets/javascripts/issue_show/components/fields/description_template.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/javascripts/issue_show/components/fields/description_template.vue b/app/assets/javascripts/issue_show/components/fields/description_template.vue
index 540c8f64c21..c679616cca6 100644
--- a/app/assets/javascripts/issue_show/components/fields/description_template.vue
+++ b/app/assets/javascripts/issue_show/components/fields/description_template.vue
@@ -66,9 +66,9 @@
<div class="dropdown-title">
Choose a template
<button
- class="dropdown-title-button dropdown-menu-close"
- aria-label="Close"
- type="button">
+ class="dropdown-title-button dropdown-menu-close"
+ aria-label="Close"
+ type="button">
<i
aria-hidden="true"
class="fa fa-times dropdown-menu-close-icon">
@@ -87,7 +87,7 @@
</i>
<i
role="button"
- aria-hidden="true"
+ aria-label="Clear templates search input"
class="fa fa-times dropdown-input-clear js-dropdown-input-clear">
</i>
</div>