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
5fc161c2
Commit
5fc161c2
authored
Dec 09, 2016
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Embed SVG using `custom_icon`
parent
d144160f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
app/views/projects/builds/show.html.haml
app/views/projects/builds/show.html.haml
+7
-2
No files found.
app/views/projects/builds/show.html.haml
View file @
5fc161c2
...
...
@@ -56,13 +56,18 @@
-
else
#js-build-scroll
.scroll-controls
.scroll-step
%a
{
href:
'#up-build-trace'
,
id:
'scroll-top'
,
class:
'scroll-link scroll-top'
,
title:
'Scroll to top'
}
%a
{
href:
'#down-build-trace'
,
id:
'scroll-bottom'
,
class:
'scroll-link scroll-bottom'
,
title:
'Scroll to bottom'
}
%a
{
href:
'#up-build-trace'
,
id:
'scroll-top'
,
class:
'scroll-link scroll-top'
,
title:
'Scroll to top'
}
=
custom_icon
(
'scroll_up'
)
=
custom_icon
(
'scroll_up_hover_active'
)
%a
{
href:
'#down-build-trace'
,
id:
'scroll-bottom'
,
class:
'scroll-link scroll-bottom'
,
title:
'Scroll to bottom'
}
=
custom_icon
(
'scroll_down'
)
=
custom_icon
(
'scroll_down_hover_active'
)
-
if
@build
.
active?
.autoscroll-container
%span
.status-message
#autoscroll-status
{
data:
{
state:
'disabled'
}
}
%span
.status-text
Autoscroll active
%i
.status-icon
=
custom_icon
(
'scroll_down_hover_active'
)
#up-build-trace
%pre
.build-trace
#build-trace
%code
.bash.js-build-output
...
...
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