Merge pull request #307 from coreos-inc/canary

Fix new repo page in Chrome Canary
This commit is contained in:
Jimmy Zelinskie 2015-08-04 16:52:55 -04:00
commit af1d4e8dc8

View file

@ -30,8 +30,7 @@
<div class="col-md-12"> <div class="col-md-12">
<div class="section"> <div class="section">
<div class="new-header"> <div class="new-header">
<span class="namespace-selector-header"> <div class="namespace-selector-header">
<span class="visible-xs xs-label">Namespace:</span> <span class="visible-xs xs-label">Namespace:</span>
<span class="namespace-selector" user="user" namespace="repo.namespace" require-create="true"></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;"> <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_-]+ Repository names must match [a-z0-9_-]+
</span> </span>
</div>
</div> </div>
</div> </div>