Created
August 12, 2014 13:45
-
-
Save benwoodward/3e453b8836b31ebcafb3 to your computer and use it in GitHub Desktop.
How to convert html 5 data attributes in haml to html
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
%table.table.table-bordered.table-striped#sortable{:data => {update_url: | |
sort_admin_things_path}} |
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
<table class="table table-bordered table-striped" id="sortable" data-update_url=<%= sort_admin_things_path %> > | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://benw.me/posts/sortable-bootstrap-tables/#comment-1536492919