diff options
author | James Moger <james.moger@gitblit.com> | 2011-05-12 17:33:31 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-05-12 17:33:31 -0400 |
commit | f988253399ee475aa4f4e60adb95a220f8f88d21 (patch) | |
tree | 0712994453165f5ed3d16eb5a8233b96653fd597 /src/com/gitblit/wicket/pages/SummaryPage.html | |
parent | d0d438f480e29a5ebaf64449a5c3e7f4ebb13690 (diff) | |
download | gitblit-f988253399ee475aa4f4e60adb95a220f8f88d21.tar.gz gitblit-f988253399ee475aa4f4e60adb95a220f8f88d21.zip |
Moved distribution files. Revised build script. Security revisions.
Diffstat (limited to 'src/com/gitblit/wicket/pages/SummaryPage.html')
-rw-r--r-- | src/com/gitblit/wicket/pages/SummaryPage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/gitblit/wicket/pages/SummaryPage.html b/src/com/gitblit/wicket/pages/SummaryPage.html index 6dbcfa22..35331f56 100644 --- a/src/com/gitblit/wicket/pages/SummaryPage.html +++ b/src/com/gitblit/wicket/pages/SummaryPage.html @@ -20,7 +20,7 @@ <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>
+ <tr><th><wicket:message key="gb.url">[URL]</wicket:message></th><td><img style="vertical-align: top; padding-right:5px;" wicket:id="accessRestrictionIcon" /><span wicket:id="repositoryCloneUrl">[repository clone url]</span></td></tr>
</table>
</div>
</div>
|