Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Erasmus <jerasmus@gitlab.com>2020-01-20 12:47:51 +0300
committerLin Jen-Shin <godfat@godfat.org>2020-01-20 12:47:51 +0300
commit770aba2ce07d835b1d055490d87d9a458c5fe674 (patch)
treeb86f559a3c52648399326812d383d1a21cd0374c /lib/helpers_.rb
parentab082d98798d6406205e3a48b57d6bfbb43c4dba (diff)
Make gitlab-svg icons available in the docs markup
Added the ability to use gitlab-svg icons in the docs markup
Diffstat (limited to 'lib/helpers_.rb')
-rw-r--r--lib/helpers_.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/helpers_.rb b/lib/helpers_.rb
index 4fa572fe..90c184f6 100644
--- a/lib/helpers_.rb
+++ b/lib/helpers_.rb
@@ -4,3 +4,4 @@ include Nanoc::Helpers::Rendering
include Nanoc::Helpers::ChildParentBetter
include Nanoc::Helpers::EditOnGitLab
include Nanoc::Helpers::VersionsDropdown
+include Nanoc::Helpers::IconsHelper