search for: zumwalt

Displaying 1 result from an estimated 1 matches for "zumwalt".

Did you mean: umwelt
2006 Apr 05
1
processing code within a partial
I''m doing layouts and I have a question on how to process <%= ... %> tags within partials. I have a standard.rhtml file with : <div id="header"><%= render_partial "layouts/header" %></div> and my _header.rhtml contains a tag as such: <link_to "Categories", :controller => "categories", :action=> "list"