How can I write this in rails syntax?
<a href="/" class="glyphicon glyphicon-fire logo" aria-hidden="true" ></a>
Probably it's something like this:
<%= link_to '', root_path, class: 'glyphicon glyphicon-fire logo', **???** %>
<%= link_to '', root_path, ...., 'aria-hidden' => true %>
or
<%= link_to '', root_path, ...., aria: {hidden: true} %>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With