woodpecker/server/static/scripts/views/repos_add.html
2015-04-08 15:43:59 -07:00

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>