This is a kind of complex HTML line to create in HAML:
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
I am not sure how to do this. Any ideas? I can only do this:
%a.btn
%span.icon-bar Hello
but not sure how to make complicated stuff.
Thank!
source
share