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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
4fea5cda
Commit
4fea5cda
authored
May 12, 2016
by
Drew Blessing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor typos in admin health check page
parent
5186f6e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/admin/health_check/show.html.haml
app/views/admin/health_check/show.html.haml
+1
-1
spec/features/admin/admin_health_check_spec.rb
spec/features/admin/admin_health_check_spec.rb
+1
-1
No files found.
app/views/admin/health_check/show.html.haml
View file @
4fea5cda
...
...
@@ -13,7 +13,7 @@
=
icon
(
'refresh'
)
Reset health check access token
%p
.light
Health information can be ret
eived as plain text, json, or xml
using:
Health information can be ret
rieved as plain text, JSON, or XML
using:
%ul
%li
%code
=
health_check_url
(
token:
current_application_settings
.
health_check_access_token
)
...
...
spec/features/admin/admin_health_check_spec.rb
View file @
4fea5cda
...
...
@@ -13,7 +13,7 @@ feature "Admin Health Check", feature: true do
end
it
{
page
.
has_text?
'Health Check'
}
it
{
page
.
has_text?
'Health information can be ret
ei
ved'
}
it
{
page
.
has_text?
'Health information can be ret
rie
ved'
}
it
'has a health check access token'
do
token
=
current_application_settings
.
health_check_access_token
...
...
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