mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-13 17:05:50 +01:00
Small template fix
This commit is contained in:
@@ -20,13 +20,15 @@
|
|||||||
<input type="hidden" name="path" id="path" value="@pathList.mkString("/")"/>
|
<input type="hidden" name="path" id="path" value="@pathList.mkString("/")"/>
|
||||||
<input type="hidden" name="commit" id="commit" value="@commit"/>
|
<input type="hidden" name="commit" id="commit" value="@commit"/>
|
||||||
</div>
|
</div>
|
||||||
<table class="table table-bordered">
|
<table class="table table-bordered diff-outside">
|
||||||
|
<tr>
|
||||||
<th style="font-weight: normal;" class="box-header">
|
<th style="font-weight: normal;" class="box-header">
|
||||||
@fileName
|
<span class="monospace">@fileName</span>
|
||||||
<div class="pull-right align-right">
|
<div class="pull-right align-right">
|
||||||
<a href="@helpers.url(repository)/blob/@branch/@{(pathList ::: List(fileName)).mkString("/")}" class="btn btn-small">View</a>
|
<a href="@helpers.url(repository)/blob/@branch/@{(pathList ::: List(fileName)).mkString("/")}" class="btn btn-default btn-sm">View</a>
|
||||||
</div>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div id="diffText"></div>
|
<div id="diffText"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user