summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/panels/BranchLinksPanel.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/gitblit/wicket/panels/BranchLinksPanel.html')
-rw-r--r--src/com/gitblit/wicket/panels/BranchLinksPanel.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/com/gitblit/wicket/panels/BranchLinksPanel.html b/src/com/gitblit/wicket/panels/BranchLinksPanel.html
new file mode 100644
index 00000000..04c6659d
--- /dev/null
+++ b/src/com/gitblit/wicket/panels/BranchLinksPanel.html
@@ -0,0 +1,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="shortlog"></span> | <span wicket:id="tree"></span>
+ </div>
+</wicket:panel>
+</html> \ No newline at end of file