Skip to content

Instantly share code, notes, and snippets.

@dmclark
Created October 21, 2010 19:33
Show Gist options
  • Save dmclark/639151 to your computer and use it in GitHub Desktop.
Save dmclark/639151 to your computer and use it in GitHub Desktop.
<h1>Directions</h1>
<p>To go from <%= @start %> to <%= @destination %></p>
<ul>
<% @directions.xpath('//html_instructions').each do |step| %>
<li><%= step.text.html_safe %></li>
<% end %>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment