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
Léo-Paul Géneau
gitlab-ce
Commits
59010d8f
Commit
59010d8f
authored
Feb 17, 2017
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix grammer issue in admin/runners
parent
bb94c3bf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
app/views/admin/runners/index.html.haml
app/views/admin/runners/index.html.haml
+1
-1
changelogs/unreleased/28353-little-grammar-issue.yml
changelogs/unreleased/28353-little-grammar-issue.yml
+4
-0
spec/features/admin/admin_runners_spec.rb
spec/features/admin/admin_runners_spec.rb
+1
-1
No files found.
app/views/admin/runners/index.html.haml
View file @
59010d8f
...
...
@@ -56,7 +56,7 @@
=
submit_tag
'Search'
,
class:
'btn'
.pull-right.light
Runners with last contact
less
than a minute ago:
#{
@active_runners_cnt
}
Runners with last contact
more
than a minute ago:
#{
@active_runners_cnt
}
%br
...
...
changelogs/unreleased/28353-little-grammar-issue.yml
0 → 100644
View file @
59010d8f
---
title
:
Fix grammer issue in admin/runners
merge_request
:
author
:
spec/features/admin/admin_runners_spec.rb
View file @
59010d8f
...
...
@@ -18,7 +18,7 @@ describe "Admin Runners" do
it
'has all necessary texts'
do
expect
(
page
).
to
have_text
"To register a new Runner"
expect
(
page
).
to
have_text
"Runners with last contact
less
than a minute ago: 1"
expect
(
page
).
to
have_text
"Runners with last contact
more
than a minute ago: 1"
end
describe
'search'
do
...
...
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