Skip to content

Instantly share code, notes, and snippets.

@redross
redross / gist:4538398
Last active December 11, 2015 03:29 — forked from remigijusj/gist:4538360
# WHICH IS BETTER HELPER?
# -----------------
%Q{
<div class="invitation-info-box clearfix"><p>
#{invite_friends_link}
#{t('app.invitation.info_box_signed_in')}
</p></div>
}.html_safe
# -----------------