Skip to content

Instantly share code, notes, and snippets.

@markupboy
Last active August 29, 2015 13:57
Show Gist options
  • Save markupboy/9902227 to your computer and use it in GitHub Desktop.
Save markupboy/9902227 to your computer and use it in GitHub Desktop.
long line
<li>
<%= link_to 'Y', '#daily_stats',
class: 'icon panel_toggle_trigger',
data: {
title: "#{ t('admin.dashboard.visitors-daily') } #{ t('admin.dashboard.visitors') }"
} %>
</li>
%a.icon.panel_toggle_trigger{ href: '#daily_stats', data: { title: "#{ t('admin.dashboard.visitors-daily') } #{ t('admin.dashboard.visitors') }"} } Y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment