Line anchors for file view
This commit is contained in:
parent
62219aa34a
commit
10d881c9ca
|
@ -157,10 +157,15 @@
|
||||||
font-size:12px !important;
|
font-size:12px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.highlighttable .linenodiv pre {
|
table.highlighttable .linenodiv {
|
||||||
text-align: right;
|
a {
|
||||||
padding-right: 4px;
|
color: #666;
|
||||||
color:#666;
|
}
|
||||||
|
pre {
|
||||||
|
text-align: right;
|
||||||
|
padding-right: 4px;
|
||||||
|
color:#666;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
- unless blob.empty?
|
- unless blob.empty?
|
||||||
%div{class: current_user.dark_scheme ? "black" : "white"}
|
%div{class: current_user.dark_scheme ? "black" : "white"}
|
||||||
= preserve do
|
= preserve do
|
||||||
= raw blob.colorize(options: { linenos: 'True'})
|
= raw blob.colorize(options: { linenos: true, lineanchors: :line, anchorlinenos: true })
|
||||||
- else
|
- else
|
||||||
%h4.nothing_here_message Empty file
|
%h4.nothing_here_message Empty file
|
||||||
|
|
Loading…
Reference in a new issue