Skip to content
Snippets Groups Projects
Commit feaf8c10 authored by GitLab Bot's avatar GitLab Bot
Browse files

Add latest changes from gitlab-org/gitlab@master

parent 90dd602f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -305,7 +305,11 @@ export default {
<div v-if="canAdminBoard">
<gl-dropdown-divider />
 
<gl-dropdown-item v-if="multipleIssueBoardsAvailable" @click.prevent="showPage('new')">
<gl-dropdown-item
v-if="multipleIssueBoardsAvailable"
data-qa-selector="create_new_board_button"
@click.prevent="showPage('new')"
>
{{ s__('IssueBoards|Create new board') }}
</gl-dropdown-item>
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment