Skip to content

Commit

Permalink
#29 fix website title
Browse files Browse the repository at this point in the history
  • Loading branch information
ohliumliu committed Jun 1, 2016
1 parent 6591c43 commit f9a184d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-header"> <a class="navbar-brand" href=<%= root_path %>><%= t('.READSS') %></a> </div>
<div class="navbar-header"> <a class="navbar-brand" href=<%= root_path %>><%= t('.READSS', default: 'VideoBay') %></a> </div>
<div class="collapse navbar-collapse" id="login_collapse">
<p class="navbar-text navbar-right">
<%= link_to "US", root_path(locale: "en") %> /
Expand Down

0 comments on commit f9a184d

Please sign in to comment.