0

On the output I'd like to have this:

<%= link_to '&pound;', '#' %>

to show:

£

I wish not to input "£" as is, I need to input the html code for £. Is there a way?

I'm trying to accomplishe this: http://foundation.zurb.com/docs/components/alert_boxes.html

Sylar
  • 11,422
  • 25
  • 93
  • 166

1 Answers1

1

It should work

'&pound;'.html_safe
user3118220
  • 1,438
  • 12
  • 16