Skip to content

Instantly share code, notes, and snippets.

@demental
Created September 19, 2011 15:14
Show Gist options
  • Save demental/1226730 to your computer and use it in GitHub Desktop.
Save demental/1226730 to your computer and use it in GitHub Desktop.
= t('people.list.on_twitter', :link => link_to("@#{list_item.twitter}", "https://twitter.com/#{list_item.twitter}")).html_safe
@joel
Copy link

joel commented Sep 19, 2011

= I18n.t('people.list.on_twitter', :link => link_to("@#{list_item.twitter}", "https://twitter.com/#{list_item.twitter}").html_safe)

@joel
Copy link

joel commented Sep 19, 2011

= "#{i18n.t('people.list.on_twitter')} #{link_to("@#{list_item.twitter}", "https://twitter.com/#{list_item.twitter}\"".html_safe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment