Skip to content

Instantly share code, notes, and snippets.

@machal
Created December 9, 2008 12:55
Show Gist options
  • Save machal/33890 to your computer and use it in GitHub Desktop.
Save machal/33890 to your computer and use it in GitHub Desktop.
<%- @event.entrance_fees.reverse.each do |fee| -%>
<li><%= t('number.currency.format.unit') %> <%= "<span title=\"#{fee.description}\">#{fee.price}</span>" %> <%= " <em>(#{fee.description})</em>" if fee.description && !fee.description.empty? %> </li>
<%- end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment