I am converting my application.html.erb in which I put some devise
views and have this following line:
Signed in as = link_to current_user.email,
edit_user_path(current_user). Not you? |
= link_to "sign out", destroy_user_session_path |
This outputs like this:
Signed in as = link_to current_user.email,
edit_user_path(current_user). Not you? = link_to "sign out",
destroy_user_session_path
how can I have it interpret = as <%= and then know when to kick back
into plain text mode. I looked through HAML reference doc and didn't
readily see such an example. Thanks.
--
You received this message because you are subscribed to the Google Groups
"Haml" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/haml?hl=en.