mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-09 00:55:32 +00:00
8 lines
177 B
HTML
8 lines
177 B
HTML
|
<h1>Add Repository</h1>
|
||
|
|
||
|
<a href="/">Back</a>
|
||
|
|
||
|
<form>
|
||
|
<input type="text" placeholder="octocat/Hello-World" ng-model="slug" />
|
||
|
<button ng-click="add(slug)">Add</button>
|
||
|
</form>
|