From f16b1c4be237dd3953ef39d29088cc1ed0248b2b Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 28 Nov 2012 07:44:22 -0500 Subject: [PATCH] Revert "Eliminated redundant "view" links (issue 168)" --- src/com/gitblit/wicket/panels/HistoryPanel.html | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/com/gitblit/wicket/panels/HistoryPanel.html b/src/com/gitblit/wicket/panels/HistoryPanel.html index 9589d14..2fe6f05 100644 --- a/src/com/gitblit/wicket/panels/HistoryPanel.html +++ b/src/com/gitblit/wicket/panels/HistoryPanel.html @@ -18,9 +18,10 @@ <tr wicket:id="commit"> <td class="date"><span wicket:id="commitDate">[commit date]</span></td> <td class="icon"><img wicket:id="commitIcon" /></td> - <td class="author"><span wicket:id="commitAuthor">[commit author]</span></td> - <td><div class="references" wicket:id="commitRefs">[commit refs]</div><span wicket:id="commitShortMessage">[commit short message]</span></td> - <td class="rightAlign"> + <td class="hidden-phone author"><span wicket:id="commitAuthor">[commit author]</span></td> + <td class="hidden-phone hidden-tablet"><span wicket:id="commitHash">[commit hash]</span></td> + <td class="message"><table class="nestedTable"><tr><td><span style="vertical-align:middle;" wicket:id="commitShortMessage">[commit short message]</span></td><td><div style="text-align:right;" wicket:id="commitRefs">[commit refs]</div></td></tr></table></td> + <td class="hidden-phone rightAlign"> <span wicket:id="historyLinks">[history links]</span> </td> </tr> -- Gitblit v1.9.1