summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/SummaryPage.html
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-06-01 20:19:51 -0400
committerJames Moger <james.moger@gitblit.com>2011-06-01 20:19:51 -0400
commita1ea877042b93949ef244b96e8affd65cc3f89c1 (patch)
treecb0fd2c37b4d4415ba1bdf74e134243bc4280fc8 /src/com/gitblit/wicket/pages/SummaryPage.html
parent424fe1b372d225d65eb42e6125b24cbb982c5969 (diff)
downloadgitblit-a1ea877042b93949ef244b96e8affd65cc3f89c1.tar.gz
gitblit-a1ea877042b93949ef244b96e8affd65cc3f89c1.zip
Readme markdown on summary page per-repository.
Diffstat (limited to 'src/com/gitblit/wicket/pages/SummaryPage.html')
-rw-r--r--src/com/gitblit/wicket/pages/SummaryPage.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/com/gitblit/wicket/pages/SummaryPage.html b/src/com/gitblit/wicket/pages/SummaryPage.html
index ed94192a..7d5629b6 100644
--- a/src/com/gitblit/wicket/pages/SummaryPage.html
+++ b/src/com/gitblit/wicket/pages/SummaryPage.html
@@ -4,6 +4,12 @@
xml:lang="en"
lang="en">
+<wicket:head>
+ <wicket:link>
+ <link href="/com/gitblit/wicket/resources/markdown.css" type="text/css" rel="stylesheet" />
+ </wicket:link>
+</wicket:head>
+
<body>
<wicket:extend>
@@ -38,6 +44,8 @@
<div wicket:id="tagsPanel">[tags panel]</div>
</div>
+ <!-- markdown readme -->
+ <div wicket:id="readme" class="markdown" style="clear:both;padding-bottom:5px;"></div>
</wicket:extend>
</body>
</html> \ No newline at end of file