Currently I am using content_tag in my controller helper to reduce a lot of the logic that was being performed in the view. I understand getting nested content_tags to work but the one thing that keeps hanging me up is if I had the following
<div id="content"><u>Click here</u> to unlock</div>
then how could i do this using content_tag or is there a better way?
Try this