Skip to content
Snippets Groups Projects
Commit 10d881c9 authored by Riyad Preukschas's avatar Riyad Preukschas Committed by Dmitriy Zaporozhets
Browse files

Line anchors for file view

parent 62219aa3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -157,10 +157,15 @@
font-size:12px !important;
}
 
table.highlighttable .linenodiv pre {
text-align: right;
padding-right: 4px;
color:#666;
table.highlighttable .linenodiv {
a {
color: #666;
}
pre {
text-align: right;
padding-right: 4px;
color:#666;
}
}
}
}
Loading
Loading
Loading
Loading
@@ -10,6 +10,6 @@
- unless blob.empty?
%div{class: current_user.dark_scheme ? "black" : "white"}
= preserve do
= raw blob.colorize(options: { linenos: 'True'})
= raw blob.colorize(options: { linenos: true, lineanchors: :line, anchorlinenos: true })
- else
%h4.nothing_here_message Empty file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment