html - Image as a link [Rails] -


i'm new rails , want make link in nav bar (site blog type thing.) problem want image clickable link. (click on image -> next site) code use linking site.

            <a class="navbar-brand" <%= link_to "home", posts_path %> </a> 

i hope can me.

you can provide block link_to

<%= link_to posts_path %>    <%= image_tag "image" %> <% end %> 

Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -