Last active
August 29, 2015 13:57
-
-
Save markupboy/9902227 to your computer and use it in GitHub Desktop.
long line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li> | |
<%= link_to 'Y', '#daily_stats', | |
class: 'icon panel_toggle_trigger', | |
data: { | |
title: "#{ t('admin.dashboard.visitors-daily') } #{ t('admin.dashboard.visitors') }" | |
} %> | |
</li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%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