26 lines
683 B
Plaintext
26 lines
683 B
Plaintext
<!--
|
|
- wiki_page
|
|
- tag
|
|
-->
|
|
|
|
<div id="wiki-page-excerpt">
|
|
<h1>Wiki</h1>
|
|
|
|
<div id="hide-or-show-wiki-page-excerpt">
|
|
<span id="hide-wiki-page-excerpt">(hide)</span>
|
|
<span id="show-wiki-page-excerpt">(show)</span>
|
|
</div>
|
|
|
|
<div id="wiki-page-excerpt-content">
|
|
<% if wiki_page %>
|
|
<div class="prose">
|
|
<%= format_text(wiki_page.presenter.excerpt) %>
|
|
|
|
<p>Read the <%= link_to "full article", wiki_page_path(wiki_page.id) %>.</p>
|
|
</div>
|
|
<% else %>
|
|
<p>There is currently no wiki page for the tag "<%= tag %>". You can <%= link_to "create one", new_wiki_page_path(:wiki_page => {:title => tag}) %>.</p>
|
|
<% end %>
|
|
</div>
|
|
</div>
|