summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/panels/TreeBlobLinksPanel.html
blob: 14a064f1c59449f128d5b91aed3ec3e644da7c65 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
<wicket:panel>
	<div class="link">
		<span wicket:id="link"></span> | <span wicket:id="raw"></span> | <span wicket:id="history"></span>
	</div>	
</wicket:panel>
</html>