changeset 71:1d004c53f2b2

Changed layout for orphaned pages.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 27 Feb 2013 07:06:35 -0800
parents acc615617fdf
children 4d157afdb560
files static/tpl/special-orphans.html
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/static/tpl/special-orphans.html	Tue Feb 12 21:27:20 2013 -0800
+++ b/static/tpl/special-orphans.html	Wed Feb 27 07:06:35 2013 -0800
@@ -4,9 +4,11 @@
         <p>The following pages are not linked to by any other page in the wiki.</p>
         <p><span class="label label-info">Note</span> The main page can occasionally show up here but that's OK since it's the page visitors will see first anyway.</p>
         {{#if orphans}}
+        <ul>
         {{#each orphans}}
-        <h3><a href="/#/read/{{meta.url}}">{{meta.title}}</a></h3>
+        <li><a href="/#/read/{{meta.url}}">{{meta.title}}</a></li>
         {{/each}}
+    </ul>
         {{else}}
         <p>No orphaned pages!</p>
         {{/if}}