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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
fbd03b90
Commit
fbd03b90
authored
Oct 13, 2020
by
Samantha Ming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Plural form always for paid tiers
parent
0e3758bb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
app/views/shared/issuable/form/_metadata_issuable_assignee.html.haml
...hared/issuable/form/_metadata_issuable_assignee.html.haml
+1
-1
app/views/shared/issuable/form/_metadata_issuable_reviewer.html.haml
...hared/issuable/form/_metadata_issuable_reviewer.html.haml
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+3
-0
spec/features/issues/user_edits_issue_spec.rb
spec/features/issues/user_edits_issue_spec.rb
+1
-1
No files found.
app/views/shared/issuable/form/_metadata_issuable_assignee.html.haml
View file @
fbd03b90
=
form
.
label
:assignee_id
,
issuable
.
a
ssignees
.
size
>
1
?
_
(
'Assignee'
).
pluralize
:
_
(
'Assignee'
),
class:
"col-form-label
#{
has_due_date
?
"col-md-2 col-lg-4"
:
"col-sm-2"
}
"
=
form
.
label
:assignee_id
,
issuable
.
a
llows_multiple_assignees?
?
_
(
'Assignees'
)
:
_
(
'Assignee'
),
class:
"col-form-label
#{
has_due_date
?
"col-md-2 col-lg-4"
:
"col-sm-2"
}
"
.col-sm-10
{
class:
(
"col-md-8"
if
has_due_date
)
}
.issuable-form-select-holder.selectbox
-
issuable
.
assignees
.
each
do
|
assignee
|
...
...
app/views/shared/issuable/form/_metadata_issuable_reviewer.html.haml
View file @
fbd03b90
=
form
.
label
:reviewer_id
,
issuable
.
reviewers
.
size
>
1
?
_
(
'Reviewer'
).
pluralize
:
_
(
'Reviewer'
),
class:
"col-form-label
#{
has_due_date
?
"col-md-2 col-lg-4"
:
"col-sm-2"
}
"
=
form
.
label
:reviewer_id
,
issuable
.
allows_multiple_reviewers?
?
_
(
'Reviewers'
)
:
_
(
'Reviewer'
),
class:
"col-form-label
#{
has_due_date
?
"col-md-2 col-lg-4"
:
"col-sm-2"
}
"
.col-sm-10
{
class:
(
"col-md-8"
if
has_due_date
)
}
.issuable-form-select-holder.selectbox
-
issuable
.
reviewers
.
each
do
|
reviewer
|
...
...
locale/gitlab.pot
View file @
fbd03b90
...
...
@@ -23405,6 +23405,9 @@ msgstr[1] ""
msgid "Reviewer(s)"
msgstr ""
msgid "Reviewers"
msgstr ""
msgid "Reviewing"
msgstr ""
...
...
spec/features/issues/user_edits_issue_spec.rb
View file @
fbd03b90
...
...
@@ -387,4 +387,4 @@ RSpec.describe "Issues > User edits issue", :js do
end
end
end
end
end
\ No newline at end of file
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