Skip to content

Commit

Permalink
Changed titles
Browse files Browse the repository at this point in the history
  • Loading branch information
canalesb93 committed Sep 8, 2014
1 parent 70e7368 commit f20d5cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module ApplicationHelper

def full_title(page_title)
base_title = "Canales"
base_title = "Base Title"
if page_title.empty?
base_title
else
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<%= link_to "canales", root_path, id: "logo", class: "navbar-brand" %>
<%= link_to "brand", root_path, id: "logo", class: "navbar-brand" %>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav navbar-left">
Expand Down
2 changes: 1 addition & 1 deletion app/views/users/edit.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- --><% provide(:title, 'Edit') %>
<% provide(:title, 'Edit') %>
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h1 class="center">Update your profile.</h1>
Expand Down
2 changes: 1 addition & 1 deletion app/views/users/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- --><% provide(:title, 'Registration') %>
<% provide(:title, 'Registration') %>
<div class="row">
<div class="col-md-4 col-md-offset-4">
<h1 class="center">Sign up</h1>
Expand Down

0 comments on commit f20d5cd

Please sign in to comment.