summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-11 14:27:11 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2018-01-11 14:27:11 +0100
commitbf05a7e77ddecace7e231abbde18cbd1e42d528a (patch)
tree447634df211dedfda55741b2f2afdb59d50a89b2 /app/views/projects
parent0619c537ac1ae57233f493f95b3e6c8a119fdb8d (diff)
downloadgitlab-ce-bf05a7e77ddecace7e231abbde18cbd1e42d528a.tar.gz
Add selectors coupling for QA project show page objectqa/gb/define-project-pages-selectors
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/_home_panel.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_home_panel.html.haml b/app/views/projects/_home_panel.html.haml
index 1d644dda177..b565f14747a 100644
--- a/app/views/projects/_home_panel.html.haml
+++ b/app/views/projects/_home_panel.html.haml
@@ -4,7 +4,7 @@
.limit-container-width{ class: container_class }
.avatar-container.s70.project-avatar
= project_icon(@project, alt: @project.name, class: 'avatar s70 avatar-tile')
- %h1.project-title
+ %h1.project-title.qa-project-name
= @project.name
%span.visibility-icon.has-tooltip{ data: { container: 'body' }, title: visibility_icon_description(@project) }
= visibility_level_icon(@project.visibility_level, fw: false)