Skip to content

Commit

Permalink
Add the stop name under the results
Browse files Browse the repository at this point in the history
  • Loading branch information
jwheare committed Jun 20, 2012
1 parent 2dd4479 commit 3775dfe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/stop.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
text-align:right;
padding-right:1em;
}
p.stopname {
text-align: center;
color: #999;
font-size:0.5em;
}
p.disclaimer {
font-size:0.4em;
text-align:center;
Expand Down Expand Up @@ -75,6 +80,9 @@

<body>
<%= erb :indicator_table %>
<% if @stop %>
<p class="stopname"><%= @stop["name"] %></p>
<% end %>
<p class="back"><a href="/">Search again</a></p>
<p class="disclaimer">Data sucked from <a href="http://countdown.tfl.gov.uk/">TFL</a> without permission.</p>
</body>
Expand Down

0 comments on commit 3775dfe

Please sign in to comment.