mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-11 16:05:49 +01:00
add file finder button on blob view.
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
@html.main(s"${repository.owner}/${repository.name}", Some(repository)) {
|
||||
@html.menu("code", repository){
|
||||
<div class="head">
|
||||
<div class="pull-right hide-if-blame"><div class="btn-group">
|
||||
<a href="@url(repository)/find/@encodeRefName(branch)" class="btn btn-mini" data-toggle="tooltip" data-placement="bottom" data-hotkey="t" title="Quickly jump between files"><i class="icon icon-th-list"></i></a>
|
||||
</div></div>
|
||||
<div class="line-age-legend">
|
||||
<span>Newer</span>
|
||||
<ol>
|
||||
|
||||
@@ -1628,6 +1628,9 @@ div.container.blame-container{
|
||||
border-top: 1px solid rgb(219, 219, 219);
|
||||
margin-top: -1px;
|
||||
}
|
||||
.blame-container .hide-if-blame {
|
||||
display: none;
|
||||
}
|
||||
.blame{
|
||||
font-size: 12px;
|
||||
white-space: normal;
|
||||
|
||||
Reference in New Issue
Block a user