D
Dan Thomas
Hello,
I'm new to web development and Ruby. In an erb file, I need to provide
a link that will load up another erb file.
I know that if I want to go to an html file I could do this.
<li><a href="branding.html">Branding</a></li>
how to I do something like this:
<li><a href= <% erb: branding %> >Branding</a></li>
So that we go to branding.erb. Does that make sense? thanks
I'm new to web development and Ruby. In an erb file, I need to provide
a link that will load up another erb file.
I know that if I want to go to an html file I could do this.
<li><a href="branding.html">Branding</a></li>
how to I do something like this:
<li><a href= <% erb: branding %> >Branding</a></li>
So that we go to branding.erb. Does that make sense? thanks