Skip to content

Instantly share code, notes, and snippets.

@biscuitvile
Created March 31, 2014 21:02
Show Gist options
  • Select an option

  • Save biscuitvile/9902161 to your computer and use it in GitHub Desktop.

Select an option

Save biscuitvile/9902161 to your computer and use it in GitHub Desktop.
Nested hash args in HAML
= link_to 'Y', '#daily_stats',
class: 'icon panel_toggle_trigger',
data: {
title: "#{ t('admin.dashboard.visitors-daily') } #{ t('admin.dashboard.visitors') }"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment