Skip to content

Instantly share code, notes, and snippets.

@markupboy
Created April 1, 2014 16:43
Show Gist options
  • Save markupboy/9918001 to your computer and use it in GitHub Desktop.
Save markupboy/9918001 to your computer and use it in GitHub Desktop.
haml whitespace
- if desktop_device?
.desktop_notification
.inner
%h2= t('admin.desktop-notification.title')
%p
= t('admin.desktop-notification.description_html')
= link_to t('admin.desktop-notification.more-info'),
'http://help.bigcartel.com/customer/portal/articles/1416084-mobile-admin-preview'
\.
.action
%button.close.action_button.success= t('admin.desktop-notification.dismiss')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment