Ticket #2245: Link from /browse/* pages to the wiki key/value pages

This commit is contained in:
Ævar Arnfjörð Bjarmason 2010-04-20 12:55:14 +00:00
parent 16030e0381
commit 8eead8a870
5 changed files with 755 additions and 1 deletions

View file

@ -1,3 +1,3 @@
<tr>
<td><%= h(tag[0]) %> = <%= linkify(h(tag[1])) %></td>
<td><%= wiki_link("key", h(tag[0]), nil) %> = <%= wiki_link("tag", h(tag[0]), auto_link(h(tag[1]))) %></td>
</tr>