Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
f8ceee24
Commit
f8ceee24
authored
Mar 18, 2017
by
blackst0ne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename 'All issues' to 'Open issues' in Add issues modal
parent
5d71d9fb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
app/assets/javascripts/boards/components/modal/empty_state.js
...assets/javascripts/boards/components/modal/empty_state.js
+2
-2
app/assets/javascripts/boards/components/modal/tabs.js
app/assets/javascripts/boards/components/modal/tabs.js
+1
-1
changelogs/unreleased/rename_all_issues.yml
changelogs/unreleased/rename_all_issues.yml
+4
-0
No files found.
app/assets/javascripts/boards/components/modal/empty_state.js
View file @
f8ceee24
...
...
@@ -30,7 +30,7 @@
if
(
this
.
activeTab
===
'
selected
'
)
{
obj
.
title
=
'
You haven
\'
t selected any issues yet
'
;
obj
.
content
=
`
Go back to <strong>
All
issues</strong> and select some issues
Go back to <strong>
Open
issues</strong> and select some issues
to add to your board.
`
;
}
...
...
@@ -59,7 +59,7 @@
class="btn btn-default"
@click="changeTab('all')"
v-if="activeTab === 'selected'">
All
issues
Open
issues
</button>
</div>
</div>
...
...
app/assets/javascripts/boards/components/modal/tabs.js
View file @
f8ceee24
...
...
@@ -23,7 +23,7 @@
href="#"
role="button"
@click.prevent="changeTab('all')">
All
issues
Open
issues
<span class="badge">
{{ issuesCount }}
</span>
...
...
changelogs/unreleased/rename_all_issues.yml
0 → 100644
View file @
f8ceee24
---
title
:
Rename 'All issues' to 'Open issues' in Add issues modal
merge_request
:
10042
author
:
blackst0ne
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment