Skip to content

Instantly share code, notes, and snippets.

@takkanm
Created January 18, 2013 14:45
Show Gist options
  • Select an option

  • Save takkanm/4565009 to your computer and use it in GitHub Desktop.

Select an option

Save takkanm/4565009 to your computer and use it in GitHub Desktop.
def gh_link(id_and_name)
name = id_and_name.split('/').last
"<a href='http://github.com/#{id_and_name}'>#{name}</a>"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment