Skip to content

Commit

Permalink
Update title and name
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Gehani committed Sep 25, 2013
1 parent 65c2c3b commit 8de63ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Sample Application - Invite Me</title>
<title>Social Butterfly</title>
<%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
<%= javascript_include_tag "application", "data-turbolinks-track" => true %>
<%= csrf_meta_tags %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/pages/_home.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="hero-unit">
<h1>Social Butterfly</h1>
<p>
Keep track of your social calendar to make lasting friendships
Who's going to be THE Social Butterfly?
</p>
<p>
<%= link_to "Sign Up Now!", new_user_registration_path, class: "btn btn-primary btn-large" %>
Expand Down
1 change: 1 addition & 0 deletions app/views/pins/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<%# render includes partials that begin with _*.html.erb %>
<%# means look in pages subfolder for _home.html.erb %>
<%= render 'pages/home' %>
<div id="pins">
<%= render @pins %>
Expand Down

0 comments on commit 8de63ea

Please sign in to comment.