mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Update glide.yaml
This commit is contained in:
@@ -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}}
|
||||
|
Reference in New Issue
Block a user