To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / app / views / wiki / _sidebar.html.erb @ 1591:63650ae64bf2
History | View | Annotate | Download (456 Bytes)
| 1 |
<% if @wiki && @wiki.sidebar -%>
|
|---|---|
| 2 |
<%= textilizable @wiki.sidebar.content, :text %>
|
| 3 |
<% end -%>
|
| 4 |
|
| 5 |
<h3><%= l(:label_wiki) %></h3> |
| 6 |
<ul>
|
| 7 |
<li><%= link_to(l(:field_start_page), {:action => 'show', :id => nil}) %></li> |
| 8 |
<li><%= link_to(l(:label_index_by_title), {:action => 'index'}) %></li> |
| 9 |
<li><%= link_to(l(:label_index_by_date), |
| 10 |
{:controller => 'wiki', :project_id => @project,
|
| 11 |
:action => 'date_index'}) %></li> |
| 12 |
</ul>
|