aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorTeddy Wing2015-01-24 03:48:54 -0500
committerTeddy Wing2015-01-24 03:48:54 -0500
commit350792d5fe14e570b3d489148aabcab7cdea4572 (patch)
treeff072e982b059e6023a2a987d1595f52e93a38b2 /app/views
parent2289566e8eec89f14d18d0c8480f0c1ba446ea95 (diff)
downloadNotes-angular-demo-350792d5fe14e570b3d489148aabcab7cdea4572.tar.bz2
main view: Add "Save" button
Create & style a save button to save your current note.
Diffstat (limited to 'app/views')
-rw-r--r--app/views/home/main.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/home/main.html.erb b/app/views/home/main.html.erb
index c3bbcd5..73ee2b6 100644
--- a/app/views/home/main.html.erb
+++ b/app/views/home/main.html.erb
@@ -1,5 +1,9 @@
<div class="header position-fixed top-0">
<h1 class="font-size-28 font-weight-semibold">Notes</h1>
+
+ <div class="position-relative">
+ <a href="#" class="button right-button">Save</a>
+ </div>
</div>
<div class="margin-top-70">