From: David ‘Bombe’ Roden Date: Thu, 25 Sep 2014 20:35:59 +0000 (+0200) Subject: Simply show the Sone ID instead of extracting parts of the request URI. X-Git-Tag: 0.9-rc1^2~3^2~106 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=f4a7be456eab249c927d340d478d10a96041c837;hp=667a3a2d8544cf91f00baba1aaf9f55cead7d006 Simply show the Sone ID instead of extracting parts of the request URI. --- diff --git a/src/main/resources/templates/include/viewSone.html b/src/main/resources/templates/include/viewSone.html index 1ca0023..60b8ff7 100644 --- a/src/main/resources/templates/include/viewSone.html +++ b/src/main/resources/templates/include/viewSone.html @@ -10,7 +10,7 @@
(<%= View.Sone.Stats.Posts|l10n 0=sone.posts.size>, <%= View.Sone.Stats.Replies|l10n 0=sone.replies.size><%if ! sone.allImages.size|match value==0>, <%= View.Sone.Stats.Images|l10n 0=sone.allImages.size><%/if>)
-
<% sone.requestUri|substring start==4 length==43|html>
+
<% sone.id|html>
<%if sone.local>