diff options
Diffstat (limited to 'app/views/wiki/_sidebar.rhtml')
-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 new file mode 100644 index 000000000..b45aa7233 --- /dev/null +++ b/app/views/wiki/_sidebar.rhtml @@ -0,0 +1,4 @@ +<h3><%= l(:label_wiki) %></h3> + +<%= link_to l(:label_page_index), {:action => 'special', :page => 'Page_index'} %> + |