tangled
alpha
login
or
join now
liamoc.net
/
forest-theme
0
fork
atom
My theme for forester (+plugins)
0
fork
atom
overview
issues
pulls
pipelines
handle routeless trees
jonmsterling.com
2 years ago
d54ea40e
81aca73e
+5
-1
1 changed file
expand all
collapse all
unified
split
tree.xsl
+5
-1
tree.xsl
···
154
154
</div>
155
155
</xsl:template>
156
156
157
157
-
<xsl:template match="f:addr">
157
157
+
<xsl:template match="f:addr[../f:route]">
158
158
<a class="slug" href="{../f:route}">
159
159
<xsl:text>[</xsl:text>
160
160
<xsl:value-of select="." />
161
161
<xsl:text>]</xsl:text>
162
162
</a>
163
163
</xsl:template>
164
164
+
165
165
+
<xsl:template match="f:addr[not(../f:route)]">
166
166
+
</xsl:template>
167
167
+
164
168
165
169
<xsl:template match="f:source-path">
166
170
<a class="edit-button" href="{concat('vscode://file', .)}">