Added by Krzysztof Rosiński almost 13 years ago
hi,
i would like to render the project wiki start page on the overview tab. i expect that there should be something like:
<%= render(:partial => "wiki/content", :locals => {:content => @something.content}) if @something %>
where something should be a definition of the project wiki page. unfortunately i'm not able to render it properly, still getting @undefined method
errors.
can anyone help me with it? what should be placed there to render the page? or maybe it would be easier to textilizable it?
regards,
kr