Start on new repo page
This commit is contained in:
parent
9dc9e0c940
commit
70fd9afb2b
7 changed files with 204 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
<i class="icon-lock icon-large" style="{{ repo.is_public ? 'visibility: hidden' : 'visibility: visible' }}" title="Private Repository"></i>
|
||||
<i class="icon-lock icon-large" style="{{ !!(repo.is_public) ? 'visibility: hidden' : 'visibility: visible' }}" title="Private Repository"></i>
|
||||
<i class="icon-hdd icon-large"></i>
|
||||
|
|
Reference in a new issue