Skip to content

Commit

Permalink
Include country in city cell.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Fogarty-MacDonald committed Dec 18, 2011
1 parent 3d3ef5a commit 4dd2205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/rankings/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<%- @ranked.each_with_index do |location, i| %>
<tr id="country-<%= location.id %>">
<td><%= i + 1 %></td>
<td><%= location.city %></td>
<td><%= location.city %>, <%= location.country %></td>
<td><%= location.subscribers_count %></td>
</tr>
<%- end %>
Expand Down

0 comments on commit 4dd2205

Please sign in to comment.