summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWalmyr Lima <walmyr@gitlab.com>2019-08-26 18:12:36 +0200
committerWalmyr Lima <walmyr@gitlab.com>2019-08-26 18:12:36 +0200
commite9a128b5742efdf16116f5bc86a66322d9d20b89 (patch)
treebf1d78806f5dec5416fa5df8fad5fb7c63393df0
parentec57b0b3db872fdbe9f631d61d34a74ad52c6a85 (diff)
downloadgitlab-ce-e9a128b5742efdf16116f5bc86a66322d9d20b89.tar.gz
Update view to add testability
-rw-r--r--app/views/layouts/nav/sidebar/_project.html.haml2
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 02ecf816e90..48fea2bbecf 100644
--- a/app/views/layouts/nav/sidebar/_project.html.haml
+++ b/app/views/layouts/nav/sidebar/_project.html.haml
@@ -115,7 +115,7 @@
= _('List')
= nav_link(controller: :boards) do
- = link_to project_boards_path(@project), title: boards_link_text do
+ = link_to project_boards_path(@project), title: boards_link_text, data: { qa_selector: "issue_boards_link" } do
%span
= boards_link_text