From cd6a74a489f293f97ea5575e6313b877813a7313 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Sun, 3 May 2015 17:44:04 -0700 Subject: [PATCH] Fix description icons --- static/directives/trigger/custom-git/trigger-description.html | 2 +- static/directives/trigger/gitlab/trigger-description.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/directives/trigger/custom-git/trigger-description.html b/static/directives/trigger/custom-git/trigger-description.html index 9264669cd..abd3ecd7d 100644 --- a/static/directives/trigger/custom-git/trigger-description.html +++ b/static/directives/trigger/custom-git/trigger-description.html @@ -1,5 +1,5 @@ - + Push to {{ trigger.config.build_source }}
diff --git a/static/directives/trigger/gitlab/trigger-description.html b/static/directives/trigger/gitlab/trigger-description.html index 930fcd0c7..232b110ab 100644 --- a/static/directives/trigger/gitlab/trigger-description.html +++ b/static/directives/trigger/gitlab/trigger-description.html @@ -1,5 +1,5 @@ - + Push to GitLab repository {{ trigger.config.build_source }}