]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/wiki/revisions.xml
Revert "interpolate: allow format directives to be used"
[factor.git] / extra / webapps / wiki / revisions.xml
index 0e1af75a8f036e8f448ebfecc83e169a02559643..759cc77449c0bb4d0d6f9b8213f1d628935e6831 100644 (file)
@@ -4,24 +4,6 @@
 
        <t:title>Revisions of <t:label t:name="title" /></t:title>
 
-       <div class="revisions">
-               <table>
-                       <tr>
-                               <th>Revision</th>
-                               <th>By</th>
-                               <th>Rollback</th>
-                       </tr>
-
-                       <t:bind-each t:name="revisions">
-                               <tr>
-                                       <td> <t:a t:href="$wiki/revision" t:rest="id"><t:label t:name="date" /></t:a> </td>
-                                       <td> <t:a t:href="$wiki/user-edits" t:rest="author"><t:label t:name="author" /></t:a> </td>
-                                       <td> <t:button t:action="$wiki/rollback" t:for="id" class="link link-button">Rollback</t:button> </td>
-                               </tr>
-                       </t:bind-each>
-               </table>
-       </div>
-
        <h2>View Differences</h2>
 
        <t:form t:action="$wiki/diff" t:method="get">
@@ -50,7 +32,7 @@
                        </tr>
                </table>
 
-               <input type="submit" value="View" />
+               <button type="submit">View</button>
        </t:form>
 
 </t:chloe>