woodpecker/server/static/scripts/views/repos_add.html

8 lines
177 B
HTML
Raw Normal View History

2015-04-08 22:43:59 +00:00
<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>