mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-04 18:21:06 +02:00
added error message when cannot create repo
This commit is contained in:
parent
371a64ef6a
commit
64cc684295
@ -2,7 +2,12 @@
|
||||
|
||||
<a href="/">Back</a>
|
||||
|
||||
<div class="alert alert-error" ng-if="error !== undefined">
|
||||
There was an error adding your repository. Please ensure the
|
||||
repository exists and you have admin privileges.
|
||||
</div>
|
||||
|
||||
<form>
|
||||
<input type="text" placeholder="octocat/Hello-World" ng-model="slug" />
|
||||
<button ng-click="add(slug)">Add</button>
|
||||
</form>
|
||||
</form>
|
||||
|
Loading…
x
Reference in New Issue
Block a user