mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-06-05 23:26:37 +02:00
fix: handle empty repository
This commit is contained in:
@@ -28,12 +28,14 @@
|
||||
>Edit</a
|
||||
>
|
||||
<a
|
||||
ng-show="content != null"
|
||||
ng-href="{{url}}"
|
||||
target="__self"
|
||||
class="btn btn-outline-primary btn-sm"
|
||||
>View raw</a
|
||||
>
|
||||
<a
|
||||
ng-show="content != null"
|
||||
ng-href="{{url}}&download=true"
|
||||
target="__self"
|
||||
class="btn btn-outline-primary btn-sm"
|
||||
|
||||
Reference in New Issue
Block a user