From a5d9a2aee149c122d663e38e2069e3a38f8ae224 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 18 Jul 2014 16:57:46 -0400 Subject: [PATCH] - Fix getting started links - Add a link in the notifications menu for web hook documentation --- static/css/quay.css | 4 ++++ static/directives/external-notification-view.html | 9 ++++++++- static/partials/guide.html | 4 ++-- static/partials/repo-list.html | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/static/css/quay.css b/static/css/quay.css index 7ab21941b..0ffc62b68 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -4449,6 +4449,10 @@ i.quay-icon { border-radius: 6px; } +.external-notification-view-element i.fa { + margin-right: 6px; +} + .external-notification-view-element .view-row { margin-bottom: 10px; } diff --git a/static/directives/external-notification-view.html b/static/directives/external-notification-view.html index aa173879e..25cb235c3 100644 --- a/static/directives/external-notification-view.html +++ b/static/directives/external-notification-view.html @@ -6,6 +6,13 @@