Skip to content

Instantly share code, notes, and snippets.

@rvanlieshout
Last active December 29, 2015 01:59
Show Gist options
  • Save rvanlieshout/7597501 to your computer and use it in GitHub Desktop.
Save rvanlieshout/7597501 to your computer and use it in GitHub Desktop.
link_to :sort => column, :direction => direction do
[
title,
tag(:span, :class => (direction == "asc" ? "glyphicon glyphicon-chevron-up" : "glyphicon glyphicon-chevron-down"))
].inject(&:+)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment