diff options
author | Thong Kuah <tkuah@gitlab.com> | 2018-10-09 16:21:54 +1300 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2018-10-09 22:34:13 +1300 |
commit | 0275069cc0ecce232bd0c9e383ac5dcf086f2400 (patch) | |
tree | e5346b3f7145cae2e366e679b1ceb7566582e2b1 /app/views/layouts | |
parent | bde028c4af83574b44bdcb6bde0ec18a09d15845 (diff) | |
download | gitlab-ce-0275069cc0ecce232bd0c9e383ac5dcf086f2400.tar.gz |
Move to using qa-* selectors
Adds the corresponding qa-* classes into the view files for each new
Page element we added.
Adjust the click actions to match.
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/nav/sidebar/_project.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/sidebar/_project.html.haml b/app/views/layouts/nav/sidebar/_project.html.haml index 25cd53b378a..48025f9bd20 100644 --- a/app/views/layouts/nav/sidebar/_project.html.haml +++ b/app/views/layouts/nav/sidebar/_project.html.haml @@ -216,7 +216,7 @@ = _('Metrics') = nav_link(controller: :environments, action: [:index, :folder, :show, :new, :edit, :create, :update, :stop, :terminal]) do - = link_to project_environments_path(@project), title: _('Environments'), class: 'shortcuts-environments' do + = link_to project_environments_path(@project), title: _('Environments'), class: 'shortcuts-environments qa-operations-environments-link' do %span = _('Environments') |