Skip to content

Commit

Permalink
fix page headers
Browse files Browse the repository at this point in the history
  • Loading branch information
avalanche123 committed May 23, 2011
1 parent 95a327d commit 5309916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/mastermind/dashboard.html.erb
@@ -1,4 +1,4 @@
<h1>Leader board</h1>
<h1>Dashboard</h1>
<table>
<caption>My Games</caption>
<thead>
Expand Down
2 changes: 1 addition & 1 deletion app/views/mastermind/play.html.erb
@@ -1,4 +1,4 @@
<h1>Mastermind</h1>
<h1>Game</h1>
<% if @game.finished? %>
<% if @game.won? %>
<p>Congratulations, you won!</p>
Expand Down

0 comments on commit 5309916

Please sign in to comment.