summaryrefslogtreecommitdiff
path: root/app/views/ci/helps/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/ci/helps/show.html.haml')
-rw-r--r--app/views/ci/helps/show.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/ci/helps/show.html.haml b/app/views/ci/helps/show.html.haml
index 5acdf9fa98a..9b32d529c60 100644
--- a/app/views/ci/helps/show.html.haml
+++ b/app/views/ci/helps/show.html.haml
@@ -14,27 +14,27 @@
.bs-callout.bs-callout-success
%h4
= link_to 'https://gitlab.com/gitlab-org/gitlab-ci/blob/master/doc/api' do
- %i.fa-cogs
+ %i.fa.fa-cogs
API
%p Explore how you can access GitLab CI via the API.
.bs-callout.bs-callout-info
%h4
= link_to 'https://gitlab.com/gitlab-org/gitlab-ci/tree/master/doc/examples' do
- %i.fa-info-sign
+ %i.fa.fa-info-sign
Build script examples
%p This includes the build script we use to test GitLab CE.
.bs-callout.bs-callout-danger
%h4
= link_to 'https://gitlab.com/gitlab-org/gitlab-ci/issues' do
- %i.fa-bug
+ %i.fa.fa-bug
Issue tracker
%p Reports about recent bugs and problems..
.bs-callout.bs-callout-warning
%h4
= link_to 'http://feedback.gitlab.com/forums/176466-general/category/64310-gitlab-ci' do
- %i.fa-thumbs-up
+ %i.fa.fa-thumbs-up
Feedback forum
%p Suggest improvements or new features for GitLab CI.