I’m having a problem generating this HTML is my _header.rhtml.
I know I need to use the link_to and image_tag but I have not been
able to generate the
This is the basic code
<% if request.path_parameters['controller'] == "home"%>
:controller => ‘home’, :action => ‘index’
<% end %