From 13a3f5bc3e2d25fc76850f86070dc34efe60d77a Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 07 Sep 2012 22:06:15 -0400 Subject: [PATCH] Draft project pages, project metadata, and RSS feeds --- 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 99bedc6..5da43e0 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> -- Gitblit v1.9.1