Skip to content

Commit

Permalink
Add app link
Browse files Browse the repository at this point in the history
  • Loading branch information
EddM committed Feb 19, 2014
1 parent 0d05a4f commit 2ceb699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/public/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ header, section, footer {
}

header nav {
width: 250px;
width: 375px;
float: right;
font-size: 24px;
}
Expand Down
1 change: 1 addition & 0 deletions web/views/layout.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<nav>
<ul>
<li <% if !@section || @section == :games %>class="active"<% end %>><a href="/">Games</a></li>
<li><a href="https://itunes.apple.com/us/app/box-score-replay/id819619555?ls=1&mt=8" target="_blank">App</a></li>
<li <% if @section == :about %>class="active"<% end %>><a href="/about">About</a></li>
</ul>
</nav>
Expand Down

0 comments on commit 2ceb699

Please sign in to comment.