Created
October 25, 2014 16:22
-
-
Save pier-oliviert/b76fa1e2a1e20f22b18b to your computer and use it in GitHub Desktop.
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
| <%= content_tag :div do |div| %> | |
| <% div.css << 'test' %> | |
| <%= content_tag :h2 do |h| %> | |
| <% h.css << :boo %> | |
| Hi! | |
| <% end %> | |
| <% end %> |
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
| <div class="test"> | |
| <h2 class="boo">Hi!</h2> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment