From 93606d438d50a6d9f0b466a45aa969178a636fbf Mon Sep 17 00:00:00 2001 From: Vincent Latombe Date: Sat, 20 Jul 2013 11:01:28 +0200 Subject: [PATCH] Display the full display name in title for jobs and views Following kohsuke' s review, keeping the item name at the beginning, displaying parent's full display name after between brackets --- core/src/main/resources/hudson/model/Job/index.jelly | 2 +- core/src/main/resources/hudson/model/View/index.jelly | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/hudson/model/Job/index.jelly b/core/src/main/resources/hudson/model/Job/index.jelly index 9e3c5becd4..626c258c7c 100644 --- a/core/src/main/resources/hudson/model/Job/index.jelly +++ b/core/src/main/resources/hudson/model/Job/index.jelly @@ -24,7 +24,7 @@ THE SOFTWARE. - +

${it.pronoun}

diff --git a/core/src/main/resources/hudson/model/View/index.jelly b/core/src/main/resources/hudson/model/View/index.jelly index 0e0ebffe7c..75c7cadce7 100644 --- a/core/src/main/resources/hudson/model/View/index.jelly +++ b/core/src/main/resources/hudson/model/View/index.jelly @@ -24,7 +24,7 @@ THE SOFTWARE. - + -- GitLab