aboutsummaryrefslogtreecommitdiff
path: root/templates/renamesummary.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-22 20:30:54 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-22 20:30:54 -0400
commit29f32d0ba35fdd6ce25201146025917395c77c1b (patch)
treedf690b151a42b1787afb644b1fddf835cd5015a7 /templates/renamesummary.tmpl
parent1c9a3cb82b5810214d9c1b9bad2462cd7e784ff6 (diff)
downloadikiwiki-29f32d0ba35fdd6ce25201146025917395c77c1b.tar
ikiwiki-29f32d0ba35fdd6ce25201146025917395c77c1b.tar.gz
add a list of broken links after the rename
Diffstat (limited to 'templates/renamesummary.tmpl')
-rw-r--r--templates/renamesummary.tmpl9
1 files changed, 8 insertions, 1 deletions
diff --git a/templates/renamesummary.tmpl b/templates/renamesummary.tmpl
index 1d5e159d8..3d6866310 100644
--- a/templates/renamesummary.tmpl
+++ b/templates/renamesummary.tmpl
@@ -2,5 +2,12 @@
<b>Successfully renamed <TMPL_VAR SRC> to <TMPL_VAR DEST>.</b>
</p>
<p>
-Summary of links: TODO
+<TMPL_IF LINKLIST>
+The following pages still link to <TMPL_VAR SRC>:
+<ul>
+<TMPL_LOOP NAME=LINKLIST><li><TMPL_VAR PAGE></li></TMPL_LOOP>
+</ul>
+<TMPL_ELSE>
+No pages have broken links to <TMPL_VAR SRC>.
+</TMPL_IF>
</p>