Skip to content

Instantly share code, notes, and snippets.

@davidcelis
Last active December 18, 2015 19:49
Show Gist options
  • Save davidcelis/5835687 to your computer and use it in GitHub Desktop.
Save davidcelis/5835687 to your computer and use it in GitHub Desktop.
.wizard
- if section == 'new_building'
%a.current
%span.badge.badge-inverse 1
New Building
- else
%a
%span.badge 1
New Building
%a
%span.badge 2
Add Doorman
%a
%span.badge 3
Finished!
= render partial: 'layouts/setup_wizard', locals: { section: 'new_building' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment