From dfda9e84453e662c025e94ef25e19656e5bfb38d Mon Sep 17 00:00:00 2001 From: dingguodong Date: Fri, 11 Jun 2021 16:43:58 +0800 Subject: [PATCH] + Add a icon of webhook ext using printLink. --- module/gitlab/view/browse.html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/gitlab/view/browse.html.php b/module/gitlab/view/browse.html.php index 7a0f96b962..11df8a7e6e 100644 --- a/module/gitlab/view/browse.html.php +++ b/module/gitlab/view/browse.html.php @@ -25,7 +25,7 @@ gitlab->id); ?> gitlab->name); ?> gitlab->url); ?> - actions; ?> + actions; ?> @@ -36,6 +36,7 @@ url; ?> "); common::printIcon('gitlab', 'edit', "gitlabID=$id", '', 'list', 'edit'); common::printIcon('gitlab', 'bind', "gitlabID=$id", '', 'list', 'group'); if(common::hasPriv('gitlab', 'delete')) echo html::a($this->createLink('gitlab', 'delete', "gitlabID=$id"), '', 'hiddenwin', "title='{$lang->gitlab->delete}' class='btn'");