Fix wiki links on revision view pages, and remove obsolete templates
parent
aec1363400
commit
4dfa354673
|
@ -1,10 +0,0 @@
|
||||||
<?xml version='1.0' ?>
|
|
||||||
|
|
||||||
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
|
||||||
|
|
||||||
<p class="news">
|
|
||||||
<strong><t:view t:component="title" /></strong> <br/>
|
|
||||||
<t:a value="link" class="more">Read More...</t:a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</t:chloe>
|
|
|
@ -1,17 +0,0 @@
|
||||||
<?xml version='1.0' ?>
|
|
||||||
|
|
||||||
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
|
||||||
|
|
||||||
<h2 class="posting-title">
|
|
||||||
<t:a t:value="link"><t:view t:component="title" /></t:a>
|
|
||||||
</h2>
|
|
||||||
|
|
||||||
<p class="posting-body">
|
|
||||||
<t:view t:component="description" />
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p class="posting-date">
|
|
||||||
<t:a t:value="link"><t:view t:component="pub-date" /></t:a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</t:chloe>
|
|
|
@ -104,6 +104,7 @@ M: revision feed-entry-url id>> revision-url ;
|
||||||
validate-integer-id
|
validate-integer-id
|
||||||
"id" value <revision>
|
"id" value <revision>
|
||||||
select-tuple from-object
|
select-tuple from-object
|
||||||
|
"view?title=" relative-link-prefix set
|
||||||
] >>init
|
] >>init
|
||||||
|
|
||||||
{ wiki "view" } >>template ;
|
{ wiki "view" } >>template ;
|
||||||
|
|
Loading…
Reference in New Issue