I am using the following code to link to logo on the nav bar:
<%= link_to " #{image_tag ("logo3.svg")}".html_safe, root_url %>
I need to specify the width of the logo, but have got a little confused. Tried in/out of the brackets, with a trailing comma - breaks every time.
Any ideas?
