diff options
author | James Moger <james.moger@gitblit.com> | 2012-09-07 22:06:15 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-09-07 22:06:15 -0400 |
commit | 13a3f5bc3e2d25fc76850f86070dc34efe60d77a (patch) | |
tree | 9cb0c3915fae0d673843eaa5b18a6758116e45e4 /src/com/gitblit/wicket/panels/RepositoriesPanel.html | |
parent | f4c326e2b6167b2eda1135b6d332ebce7a583dd9 (diff) | |
download | gitblit-13a3f5bc3e2d25fc76850f86070dc34efe60d77a.tar.gz gitblit-13a3f5bc3e2d25fc76850f86070dc34efe60d77a.zip |
Draft project pages, project metadata, and RSS feeds
This is an in-progress feature to offer an interface for grouped
repositories. This may help installations with large numbers of
repositories stay organized. It also will be part of a future,
more advanced security model.
Diffstat (limited to 'src/com/gitblit/wicket/panels/RepositoriesPanel.html')
-rw-r--r-- | src/com/gitblit/wicket/panels/RepositoriesPanel.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/com/gitblit/wicket/panels/RepositoriesPanel.html b/src/com/gitblit/wicket/panels/RepositoriesPanel.html index 99bedc63..5da43e00 100644 --- a/src/com/gitblit/wicket/panels/RepositoriesPanel.html +++ b/src/com/gitblit/wicket/panels/RepositoriesPanel.html @@ -71,7 +71,8 @@ </wicket:fragment>
<wicket:fragment wicket:id="groupRepositoryRow">
- <td colspan="7"><span wicket:id="groupName">[group name]</span></td>
+ <td colspan="1"><span wicket:id="groupName">[group name]</span></td>
+ <td colspan="6"><span class="hidden-phone" style="font-weight:normal;color:#666;" wicket:id="groupDescription">[description]</span></td>
</wicket:fragment>
<wicket:fragment wicket:id="repositoryRow">
@@ -84,7 +85,7 @@ <td class="rightAlign">
<span class="hidden-phone">
<span wicket:id="repositoryLinks"></span>
- <a style="text-decoration: none;" wicket:id="syndication">
+ <a style="text-decoration: none;" wicket:id="syndication" wicket:message="title:gb.feed">
<img style="border:0px;vertical-align:middle;" src="feed_16x16.png"></img>
</a>
</span>
|