Last active
August 29, 2015 14:10
-
-
Save fabianmu/0d7445546d57d7a50292 to your computer and use it in GitHub Desktop.
toggle button
This file contains 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
<div class="toggle-button respond-toggle" data-service="respond"> | |
<span class="toggle-button-switch"></span> | |
<span class="toggle-button-label" data-off="no" data-on="yes"></span> | |
<%= hidden_field_tag "respond", "false", :'data-service' => "respond" %> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment