summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/panels/TreeBlobLinksPanel.html
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-04-04 17:47:07 -0400
committerJames Moger <james.moger@gitblit.com>2011-04-04 17:47:07 -0400
commitfb01c9c8cc36ac28c895b6b7daad39038f3d17a2 (patch)
tree71a286e45c838e1f9cfc15f87ae3ce753cb90a9f /src/com/gitblit/wicket/panels/TreeBlobLinksPanel.html
parentff974e0018902550aff538b6abc634252557a77f (diff)
downloadgitblit-fb01c9c8cc36ac28c895b6b7daad39038f3d17a2.tar.gz
gitblit-fb01c9c8cc36ac28c895b6b7daad39038f3d17a2.zip
Improvements to css and specialized link panels.
Diffstat (limited to 'src/com/gitblit/wicket/panels/TreeBlobLinksPanel.html')
-rw-r--r--src/com/gitblit/wicket/panels/TreeBlobLinksPanel.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/com/gitblit/wicket/panels/TreeBlobLinksPanel.html b/src/com/gitblit/wicket/panels/TreeBlobLinksPanel.html
new file mode 100644
index 00000000..14a064f1
--- /dev/null
+++ b/src/com/gitblit/wicket/panels/TreeBlobLinksPanel.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="link"></span> | <span wicket:id="raw"></span> | <span wicket:id="history"></span>
+ </div>
+</wicket:panel>
+</html> \ No newline at end of file