projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ticket #2245: Link from /browse/* pages to the wiki key/value pages
[rails.git]
/
app
/
views
/
browse
/
_tag.html.erb
diff --git
a/app/views/browse/_tag.html.erb
b/app/views/browse/_tag.html.erb
index ab5707f9e0d82b572c408121a6b993f02e245be9..4096873da74e1a219983b009efa414da180b76f6 100644
(file)
--- a/
app/views/browse/_tag.html.erb
+++ b/
app/views/browse/_tag.html.erb
@@
-1,3
+1,3
@@
<tr>
<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>
</tr>