Fix new repo page in Chrome Canary
This commit is contained in:
parent
795a8097ff
commit
3fa701750b
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,7 @@
|
|||
<div class="col-md-12">
|
||||
<div class="section">
|
||||
<div class="new-header">
|
||||
<span class="namespace-selector-header">
|
||||
|
||||
<div class="namespace-selector-header">
|
||||
<span class="visible-xs xs-label">Namespace:</span>
|
||||
<span class="namespace-selector" user="user" namespace="repo.namespace" require-create="true"></span>
|
||||
|
||||
|
@ -45,6 +44,7 @@
|
|||
<span class="co-alert co-alert-warning" ng-show="!newRepoForm.repoName.$error.required && !newRepoForm.repoName.$valid" style="margin-left: 10px;">
|
||||
Repository names must match [a-z0-9_-]+
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue