server/admin/static/views/team-new.html

12 lines
248 B
HTML
Raw Normal View History

2016-01-13 00:22:54 +00:00
<h2>New team</h2>
<form name="newTeam" novalidate class="form-horizontal">
<div class="row form-group">
<div class="col-sm-offset-2">
<button class="btn btn-primary" ng-click="save()">Create Team</button>
</div>
</div>
</form>