mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-19 16:31:01 +00:00
13 lines
358 B
HTML
13 lines
358 B
HTML
<h1>Add Repository</h1>
|
|
|
|
<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>
|