Patch #7975 » _sidebar.rhtml.patch
| _sidebar.rhtml 2011-03-19 01:28:27.000000000 +0200 | ||
|---|---|---|
| 1 |
<%= call_hook(:view_wiki_show_sidebar_top) %> |
|
| 2 | ||
| 1 | 3 |
<% if @wiki && @wiki.sidebar -%> |
| 2 | 4 |
<%= textilizable @wiki.sidebar.content, :text %> |
| 3 | 5 |
<% end -%> |