initial form

This commit is contained in:
Rimian Perkins 2017-02-07 14:23:38 +11:00
parent 8d7b50a7ae
commit 02d15d486a
2 changed files with 14 additions and 0 deletions

View File

@ -1 +1,14 @@
<h1>Choice</h1>
<form class="choice-discourse-form form-horizontal">
<div>
<div class='controls'>
{{text-field}}
</div>
<div class='span10 controls'>
<button class='btn btn-primary'>something</button>
</div>
</div>
</form>

View File

@ -6,5 +6,6 @@ test('Choice Page Exists', () => {
andThen(() => {
ok(exists('h1'), 'Choice');
ok(exists('form'), 'Something');
});
});