mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-19 00:11:16 +00:00
8 lines
No EOL
177 B
HTML
8 lines
No EOL
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> |