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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -