aboutsummaryrefslogtreecommitdiffstats
path: root/public/partials
diff options
context:
space:
mode:
authorEvan Chiu2014-10-30 22:59:51 -0400
committerEvan Chiu2014-10-30 22:59:51 -0400
commit9769950393d80f97f9904ebb04debc975e608de2 (patch)
treeccb9594fa7dfdf4d0610f0c7c9460806746074e0 /public/partials
parent496b780ee2f9af613e3f3b92f86c369d654a6b48 (diff)
downloadsipping-point-9769950393d80f97f9904ebb04debc975e608de2.tar.bz2
Adding sipping point and new event button
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>