aboutsummaryrefslogtreecommitdiffstats
path: root/public/partials
diff options
context:
space:
mode:
Diffstat (limited to 'public/partials')
-rw-r--r--public/partials/home.html2
-rw-r--r--public/partials/new.html5
2 files changed, 6 insertions, 1 deletions
diff --git a/public/partials/home.html b/public/partials/home.html
index 3646371..4c90c62 100644
--- a/public/partials/home.html
+++ b/public/partials/home.html
@@ -2,4 +2,4 @@
<h2>Events</h2>
<h2>New</h2>
-<input type="button" onclick="newEvent()" value="+Event"></input>
+<a href="#/new-event" type="button" class="btn btn-default btn-info">+Event</button>
diff --git a/public/partials/new.html b/public/partials/new.html
index 08793d8..75f53f5 100644
--- a/public/partials/new.html
+++ b/public/partials/new.html
@@ -13,8 +13,13 @@
<span class="input-group-addon">Location</span>
<input type="text" class="form-control" placeholder="">
</div>
+ <div class="input-group">
+ <span class="input-group-addon">Sipping Point</span>
+ <input type="text" class="form-control" placeholder="">
+ </div>
</form>
<h2>Invitees</h2>
<ul>
<li ng-repeat="friend in friends">{{friend.name}}</li>
</ul>
+<button type="button" class="btn btn-default btn-info">Create</button>