Skip to content

Instantly share code, notes, and snippets.

@cherring
Created March 5, 2009 03:44
Show Gist options
  • Select an option

  • Save cherring/74174 to your computer and use it in GitHub Desktop.

Select an option

Save cherring/74174 to your computer and use it in GitHub Desktop.
def css_class(cat, name)
if cat == name
return "selected"
end
return ""
end
%a{ :href => name, :class => css_class(@category, name)
%span= name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment