diff options
Diffstat (limited to 'app/views/wiki')
-rw-r--r-- | app/views/wiki/_sidebar.rhtml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/wiki/_sidebar.rhtml b/app/views/wiki/_sidebar.rhtml index 20c087123..ad4b1d250 100644 --- a/app/views/wiki/_sidebar.rhtml +++ b/app/views/wiki/_sidebar.rhtml @@ -1,3 +1,7 @@ +<% if @wiki && @wiki.sidebar -%> + <%= textilizable @wiki.sidebar.content, :text %> +<% end -%> + <h3><%= l(:label_wiki) %></h3> <%= link_to l(:field_start_page), {:action => 'index', :page => nil} %><br /> |