|
@@ -30,7 +30,7 @@
|
|
{{if $entry.IsSubModule}}
|
|
{{if $entry.IsSubModule}}
|
|
<td>
|
|
<td>
|
|
<span class="icon octicon octicon-file-submodule"></span>
|
|
<span class="icon octicon octicon-file-submodule"></span>
|
|
- {{if $commit.RefUrl}}
|
|
|
|
|
|
+ {{if $commit.RefUrl AppUrl}}
|
|
<a href="{{$commit.RefUrl}}">{{$entry.Name}}</a> @ <a href="{{$commit.RefUrl}}/commit/{{$commit.RefId}}">{{ShortSha $commit.RefId}}</a>
|
|
<a href="{{$commit.RefUrl}}">{{$entry.Name}}</a> @ <a href="{{$commit.RefUrl}}/commit/{{$commit.RefId}}">{{ShortSha $commit.RefId}}</a>
|
|
{{else}}
|
|
{{else}}
|
|
{{$entry.Name}} @ {{ShortSha $commit.RefId}}
|
|
{{$entry.Name}} @ {{ShortSha $commit.RefId}}
|