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
Boxiang Sun
gitlab-ce
Commits
16ad6ed0
Commit
16ad6ed0
authored
Dec 06, 2016
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace scroll buttons with new icons
parent
1f22e7dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
app/views/projects/builds/show.html.haml
app/views/projects/builds/show.html.haml
+4
-8
No files found.
app/views/projects/builds/show.html.haml
View file @
16ad6ed0
...
...
@@ -56,17 +56,13 @@
-
else
#js-build-scroll
.scroll-controls
.scroll-step
=
link_to
'#up-build-trace'
,
id:
'scroll-top'
,
class:
'btn'
,
title:
'Scroll to top'
do
%i
.fa.fa-long-arrow-up
%span
.scroll-step-label
Scroll to top
=
link_to
'#down-build-trace'
,
id:
'scroll-bottom'
,
class:
'btn'
,
title:
'Scroll to bottom'
do
%i
.fa.fa-long-arrow-down
%span
.scroll-step-label
Scroll to bottom
%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'
}
-
if
@build
.
active?
.autoscroll-container
%span
.status-message
#autoscroll-status
{
:data
=>
{
:state
=>
'enabled'
},
:title
=>
'Autoscroll active'
}
%i
.fa.fa-toggle-on
%span
.status-message
#autoscroll-status
{
:data
=>
{
:state
=>
'enabled'
}}
%label
Autoscroll active
%i
.status-icon
#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