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
85b6b9b6
Commit
85b6b9b6
authored
May 31, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lint: Fix missing new line at EOF
parent
b4b16212
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/assets/stylesheets/pages/settings.scss
app/assets/stylesheets/pages/settings.scss
+1
-1
app/views/projects/services/_form.html.haml
app/views/projects/services/_form.html.haml
+1
-1
app/views/projects/services/prometheus/_show.html.haml
app/views/projects/services/prometheus/_show.html.haml
+1
-1
No files found.
app/assets/stylesheets/pages/settings.scss
View file @
85b6b9b6
...
...
@@ -103,4 +103,4 @@
border-top
:
1px
solid
$border-color
;
}
}
}
\ No newline at end of file
}
app/views/projects/services/_form.html.haml
View file @
85b6b9b6
...
...
@@ -21,4 +21,4 @@
-
if
lookup_context
.
template_exists?
(
'show'
,
"projects/services/
#{
@service
.
to_param
}
"
,
true
)
%hr
=
render
"projects/services/
#{
@service
.
to_param
}
/show"
\ No newline at end of file
=
render
"projects/services/
#{
@service
.
to_param
}
/show"
app/views/projects/services/prometheus/_show.html.haml
View file @
85b6b9b6
...
...
@@ -42,4 +42,4 @@
$CI_ENVIRONMENT_SLUG
to exporter's queries.
=
link_to
'More information'
,
'#'
%ul
.metrics-list.js-missing-var-metrics-list
\ No newline at end of file
%ul
.metrics-list.js-missing-var-metrics-list
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