To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / wiki / _sidebar.html.erb @ 912:5e80956cc792

History | View | Annotate | Download (343 Bytes)

1 0:513646585e45 Chris
<% if @wiki && @wiki.sidebar -%>
2
  <%= textilizable @wiki.sidebar.content, :text %>
3
<% end -%>
4
5
<h3><%= l(:label_wiki) %></h3>
6
7 37:94944d00e43c chris
<%= link_to l(:field_start_page), {:action => 'show', :id => nil} %><br />
8
<%= link_to l(:label_index_by_title), {:action => 'index'} %><br />
9
<%= link_to l(:label_index_by_date), {:action => 'date_index'} %><br />