]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/wiki/view.xml
Revert "Fixes #2966"
[factor.git] / extra / webapps / wiki / view.xml
index 56c8b37a1ded53378206ffce0e5148affecfc687..93d7020c15bae9b2f098ba256546b878c439fdaa 100644 (file)
@@ -5,15 +5,15 @@
        <t:title><t:label t:name="title" /></t:title>
 
        <div class="description">
-               <t:farkup t:name="content" />
+               <t:farkup t:name="content" t:no-follow="true" />
        </div>
 
-       <div class="navbar">
-               <t:a t:href="$wiki/view" t:query="title">Latest</t:a>
-               | <t:a t:href="$wiki/revisions" t:query="title">Revisions</t:a>
-               | <t:a t:href="$wiki/edit" t:query="title">Edit</t:a>
-               | <t:button t:action="$wiki/delete" t:for="title" class="link-button link">Delete</t:button>
-               | This revision created on <t:label t:name="date" /> by <t:a t:href="user-edits" t:query="author"><t:label t:name="author" /></t:a>.
-       </div>
+       <p>
+               <em>This revision created on <t:label t:name="date" /> by <t:a t:href="$wiki/user-edits" t:rest="author"><t:label t:name="author" /></t:a>
+                       <t:if t:value="description">
+                               (<t:label t:name="description" />)
+                       </t:if>
+               </em>
+       </p>
 
 </t:chloe>