Skip to content

Commit

Permalink
Typo....
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmiler committed Jun 11, 2013
1 parent 336d814 commit 91b00eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/frontend/results.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<h3>You should bring</h3>
<%= @gear.rain ? "<h5>Rain Gear</h5>".html_safe : "" %>
<%= @gear.goggles ? "<h5>Goggles</h5>".html_safe : "" %>
<%= @gear.wind ? "<h5>Windproof Apparael</h5>".html_safe : "" %>
<%= @gear.wind ? "<h5>Windproof Apparel</h5>".html_safe : "" %>
<%= @gear.sunglasses ? "<h5>Sunglasses</h5>".html_safe : "" %>
</div>
<script>
Expand All @@ -101,4 +101,4 @@

initialize();

</script>
</script>

0 comments on commit 91b00eb

Please sign in to comment.