From 8960df487d5697b75ec38d1109c764f4b3b4b288 Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Mon, 27 Oct 2014 16:45:03 -0700 Subject: [PATCH] Added edit icon to Edit Site button, 'start building' text --- views/home.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/home.erb b/views/home.erb index 37c1f22c..074297ba 100644 --- a/views/home.erb +++ b/views/home.erb @@ -14,7 +14,7 @@

Your Website

- Edit Site + Edit Site
@@ -95,7 +95,7 @@ <% if site.updated_at %> Last updated
<%= site.updated_at.ago %> <% else %> - Your new site!
Start Building + Your new website!
Start Building <% end %>