Created
February 3, 2015 17:48
-
-
Save barnes7td/10799d7476ce1e839d14 to your computer and use it in GitHub Desktop.
HTML ID fix
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
- @items.each do |item| | |
= item.name | |
= link_to "", [item.list, item], method: :delete, { class: 'glyphicon glyphicon-ok', id: "item-#{item.id}" }, remote: true | |
%br/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment