Skip to content

Instantly share code, notes, and snippets.

@sabman
Created February 19, 2010 10:17
Show Gist options
  • Save sabman/308609 to your computer and use it in GitHub Desktop.
Save sabman/308609 to your computer and use it in GitHub Desktop.
<% title "Tiles" %>
<table>
<tr>
<th>Tile Url</th>
</tr>
<% for tile in @tiles %>
<tr>
<td><%=link_to "#{tiles_path}/show/#{tile.url_params}", "#{tiles_path}/show/#{tile.url_params}" %></td>
</tr>
<% end %>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment