From cc292f7a72d10b9c8c6473e3df5729da8185ee5f Mon Sep 17 00:00:00 2001 From: Malfurious Date: Mon, 27 Sep 2021 18:17:08 -0400 Subject: pad: Add link to pad owner It is annoying to have to manually navigate back to the group page that contains the pad you're currently viewing, since it involves more than a single click to go up one level in the object hierarchy. This patch adds the owner name to the display at the top of each pad, as a hyperlink. If the owner is a group, following the link will take you to the group page. If the owner is _your own_ user, following the link will take you to the 'My Pads' page. Otherwise, it leads nowhere. Signed-off-by: Malfurious --- app/view/pad.php | 7 +++++++ app/view/pad_closed.php | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'app/view') diff --git a/app/view/pad.php b/app/view/pad.php index bf626bf..4408df2 100644 --- a/app/view/pad.php +++ b/app/view/pad.php @@ -52,6 +52,13 @@ require_once "view/issue.php"; + +
+ + + + +
diff --git a/app/view/pad_closed.php b/app/view/pad_closed.php index e11ca84..412ce4f 100644 --- a/app/view/pad_closed.php +++ b/app/view/pad_closed.php @@ -46,6 +46,13 @@ require_once "view/issue.php"; View open issues + +
+ + + + +
-- cgit v1.2.3