forked from kevadesu/forgejo
Update glide.yaml
This commit is contained in:
parent
8a248696e9
commit
73b4acbb63
5 changed files with 8 additions and 7 deletions
|
@ -1 +1 @@
|
|||
0.9.31.0627
|
||||
0.9.31.0628
|
|
@ -30,10 +30,11 @@
|
|||
{{if $entry.IsSubModule}}
|
||||
<td>
|
||||
<span class="icon octicon octicon-file-submodule"></span>
|
||||
{{if $commit.RefUrl AppUrl}}
|
||||
<a href="{{$commit.RefUrl AppUrl}}">{{$entry.Name}}</a> @ <a href="{{$commit.RefUrl AppUrl}}/commit/{{$commit.RefId}}">{{ShortSha $commit.RefId}}</a>
|
||||
{{$refURL := $commit.RefURL AppUrl $.BranchLink}}
|
||||
{{if $refURL}}
|
||||
<a href="{{$refURL}}">{{$entry.Name}}</a> @ <a href="{{$refURL}}/commit/{{$commit.RefID}}">{{ShortSha $commit.RefID}}</a>
|
||||
{{else}}
|
||||
{{$entry.Name}} @ {{ShortSha $commit.RefId}}
|
||||
{{$entry.Name}} @ {{ShortSha $commit.RefID}}
|
||||
{{end}}
|
||||
</td>
|
||||
{{else}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue