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
5da3f94a
Commit
5da3f94a
authored
Mar 04, 2020
by
Juan J. Ramirez
Committed by
Kushal Pandya
Mar 04, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for concat method error in Runner settings
Changing interpolation to sprintf
parent
f610a080
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
app/views/projects/runners/_runner.html.haml
app/views/projects/runners/_runner.html.haml
+1
-1
changelogs/unreleased/208471-actionview-template-error-undefined-method-concat-for-nil-nilclass.yml
...mplate-error-undefined-method-concat-for-nil-nilclass.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
app/views/projects/runners/_runner.html.haml
View file @
5da3f94a
...
...
@@ -3,7 +3,7 @@
=
runner_status_icon
(
runner
)
-
if
@project_runners
.
include?
(
runner
)
=
link_to
runner
.
short_sha
.
concat
(
"..."
)
,
project_runner_path
(
@project
,
runner
),
class:
'commit-sha has-tooltip'
,
title:
_
(
"Partial token for reference only"
)
=
link_to
_
(
"%{token}..."
)
%
{
token:
runner
.
short_sha
}
,
project_runner_path
(
@project
,
runner
),
class:
'commit-sha has-tooltip'
,
title:
_
(
"Partial token for reference only"
)
-
if
runner
.
locked?
=
icon
(
'lock'
,
class:
'has-tooltip'
,
title:
_
(
'Locked to current projects'
))
...
...
changelogs/unreleased/208471-actionview-template-error-undefined-method-concat-for-nil-nilclass.yml
0 → 100644
View file @
5da3f94a
---
title
:
Fix an error with concat method
merge_request
:
author
:
type
:
fixed
locale/gitlab.pot
View file @
5da3f94a
...
...
@@ -484,6 +484,9 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
msgid "%{token}..."
msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
...
...
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