mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
Merge pull request #22 from fudanchii/user-dashboard
Fix link to commit's build page at user dashboard.
This commit is contained in:
commit
acec73ad66
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
<ul class="commit-list">
|
<ul class="commit-list">
|
||||||
{{ range $commit := .Commits }}
|
{{ range $commit := .Commits }}
|
||||||
<li>
|
<li>
|
||||||
<a href="/{{$commit.Name}}/commit/{{$commit.Hash}}" class="btn btn-{{$commit.Status}}"></a>
|
<a href="/{{$commit.Slug}}/commit/{{$commit.Hash}}" class="btn btn-{{$commit.Status}}"></a>
|
||||||
<h3>
|
<h3>
|
||||||
<a href="/{{$commit.Slug}}">{{$commit.Owner}} / {{$commit.Name}}</a>
|
<a href="/{{$commit.Slug}}">{{$commit.Owner}} / {{$commit.Name}}</a>
|
||||||
<small class="timeago" title="{{$commit.CreatedString}}"></small>
|
<small class="timeago" title="{{$commit.CreatedString}}"></small>
|
||||||
|
|
Loading…
Reference in a new issue