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

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -