mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 00:46:30 +00:00
fixed broken link on repo dashboard page to refresh page
This commit is contained in:
parent
cda6cef5ec
commit
ed33bf7fbe
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-8" role="main">
|
||||
<a class="btn btn-refresh hide" href="/{{.Repo.Slug}}/tree/{{.Branch}}">
|
||||
<a class="btn btn-refresh hide" href="/{{.Repo.Slug}}/tree?branch={{.Branch}}">
|
||||
<i class="fa fa-rotate-right"></i>
|
||||
<span>0 new</span>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue