Skip to content

Instantly share code, notes, and snippets.

@bhb
Created November 20, 2008 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhb/27256 to your computer and use it in GitHub Desktop.
Save bhb/27256 to your computer and use it in GitHub Desktop.
helpers do
def file_link(file)
filename = Pathname.new(file).basename
"<li><a href='#{file}' target='_self'>#{filename}</a></li>"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment