mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-24 17:30:30 +00:00
Merge pull request #1215 from deedubs/patch-1
Make exiting edit back to repo view more efficent
This commit is contained in:
commit
886c0f2353
1 changed files with 2 additions and 2 deletions
|
@ -4,5 +4,5 @@
|
|||
<i class="material-icons">arrow_back</i>
|
||||
</a>
|
||||
</li>
|
||||
<li>{{owner}} / {{name}}</li>
|
||||
</ol>
|
||||
<li>{{owner}} / <a ng-href="/{{ full_name}}">{{name}}</a></li>
|
||||
</ol>
|
||||
|
|
Loading…
Reference in a new issue