Skip to content

Commit

Permalink
Update home page with new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Gehani committed Sep 25, 2013
1 parent 89b31e9 commit 65c2c3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<span class="icon-bar"></span>
</a>

<%= link_to "Invite me", root_path, class: "brand" %>
<%= link_to "Social Butterfly", root_path, class: "brand" %>

<div class="nav-collapse">
<ul class="nav">
Expand Down
6 changes: 2 additions & 4 deletions app/views/pages/_home.html.erb
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<% unless user_signed_in? %>
<div class="hero-unit">
<h1>Invite me!</h1>
<h1>Social Butterfly</h1>
<p>
You've found the home page for the
Invite me (Alpha)
Simple and Faster than evite and punchbowl
Keep track of your social calendar to make lasting friendships
</p>
<p>
<%= link_to "Sign Up Now!", new_user_registration_path, class: "btn btn-primary btn-large" %>
Expand Down

0 comments on commit 65c2c3b

Please sign in to comment.