summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_issue.html.haml
diff options
context:
space:
mode:
authorMartin Wortschack <mwortschack@gitlab.com>2019-06-24 14:30:03 +0000
committerPhil Hughes <me@iamphill.com>2019-06-24 14:30:03 +0000
commite978df014cdf2e6e7913a7b3213b9f98a7fb74c6 (patch)
tree55c7622270837f05226a8bde709f351bd604aef6 /app/views/projects/issues/_issue.html.haml
parent6a71eea9acef04c3a21e27342a9fd1a8edf688ac (diff)
downloadgitlab-ce-e978df014cdf2e6e7913a7b3213b9f98a7fb74c6.tar.gz
Add identifiers for onboarding popovers
- Add button styles for onboarding welcome page - Fix qa selector (due to additional class)
Diffstat (limited to 'app/views/projects/issues/_issue.html.haml')
-rw-r--r--app/views/projects/issues/_issue.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/_issue.html.haml b/app/views/projects/issues/_issue.html.haml
index 9293aa1b309..4759991449e 100644
--- a/app/views/projects/issues/_issue.html.haml
+++ b/app/views/projects/issues/_issue.html.haml
@@ -6,7 +6,7 @@
.issuable-info-container
.issuable-main-info
.issue-title.title
- %span.issue-title-text{ dir: "auto" }
+ %span.issue-title-text.js-onboarding-issue-item{ dir: "auto" }
- if issue.confidential?
%span.has-tooltip{ title: _('Confidential') }
= confidential_icon(issue)