summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/SummaryPage.html
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-04-20 07:53:15 -0400
committerJames Moger <james.moger@gitblit.com>2011-04-20 07:53:15 -0400
commit45c0d6ed8c9c3afc4d09200358ee2d53f06023e2 (patch)
treee5d8665c0510ba4016e8f5ebe3e35a48f58e3f08 /src/com/gitblit/wicket/pages/SummaryPage.html
parent6de3671263c307ab66ab63551064c9224c9c2665 (diff)
downloadgitblit-45c0d6ed8c9c3afc4d09200358ee2d53f06023e2.tar.gz
gitblit-45c0d6ed8c9c3afc4d09200358ee2d53f06023e2.zip
Tag diamonds and sliding date scale on activity graph.
Diffstat (limited to 'src/com/gitblit/wicket/pages/SummaryPage.html')
-rw-r--r--src/com/gitblit/wicket/pages/SummaryPage.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/com/gitblit/wicket/pages/SummaryPage.html b/src/com/gitblit/wicket/pages/SummaryPage.html
index 47c10b31..6abef548 100644
--- a/src/com/gitblit/wicket/pages/SummaryPage.html
+++ b/src/com/gitblit/wicket/pages/SummaryPage.html
@@ -12,17 +12,18 @@
<div style="clear:both;">
<!-- Repository Activity Chart -->
- <div style="width:400px;float:right;">
+ <div style="float:right;">
<img class="activityGraph" wicket:id="commitsChart" />
</div>
<!-- Repository info -->
- <div style="margin-right:410px;">
+ <div>
<table class="plain">
- <tr><th><wicket:message key="gb.description">description</wicket:message></th><td><span wicket:id="repositoryDescription">[repository description]</span></td></tr>
- <tr><th><wicket:message key="gb.owner">owner</wicket:message></th><td><span wicket:id="repositoryOwner">[repository owner]</span></td></tr>
- <tr><th><wicket:message key="gb.lastChange">last change</wicket:message></th><td><span wicket:id="repositoryLastChange">[repository last change]</span></td></tr>
- <tr><th><wicket:message key="gb.url">URL</wicket:message></th><td><span wicket:id="repositoryCloneUrl">[repository clone url]</span></td></tr>
+ <tr><th><wicket:message key="gb.description">[description]</wicket:message></th><td><span wicket:id="repositoryDescription">[repository description]</span></td></tr>
+ <tr><th><wicket:message key="gb.owner">[owner]</wicket:message></th><td><span wicket:id="repositoryOwner">[repository owner]</span></td></tr>
+ <tr><th><wicket:message key="gb.lastChange">[last change]</wicket:message></th><td><span wicket:id="repositoryLastChange">[repository last change]</span></td></tr>
+ <tr><th><wicket:message key="gb.stats">[stats]</wicket:message></th><td><span wicket:id="repositoryStats">[repository stats]</span></td></tr>
+ <tr><th><wicket:message key="gb.url">[URL]</wicket:message></th><td><span wicket:id="repositoryCloneUrl">[repository clone url]</span></td></tr>
</table>
</div>
</div>