forked from kevadesu/forgejo
update git api. fix link... and so on
This commit is contained in:
parent
41ca0ed302
commit
b27c34f39a
11 changed files with 63 additions and 91 deletions
|
@ -1,7 +1,6 @@
|
|||
{{template "base/head" .}}
|
||||
{{template "base/navbar" .}}
|
||||
{{template "repo/nav" .}}
|
||||
{{template "repo/toolbar" .}}
|
||||
<div id="body" class="container" data-page="repo">
|
||||
<div id="source">
|
||||
<div class="panel panel-info diff-box diff-head-box">
|
||||
|
@ -11,7 +10,7 @@
|
|||
</div>
|
||||
<div class="panel-body">
|
||||
<span class="pull-right">
|
||||
commit <span class="label label-default sha">{{.ShortSha}}</span>
|
||||
commit <span class="label label-default sha">{{ShortSha .CommitId}}</span>
|
||||
</span>
|
||||
<p class="author">
|
||||
<img class="avatar" src="{{AvatarLink .Commit.Author.Email}}" alt=""/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue