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:
authorConnor Shea <connor.james.shea@gmail.com>2016-11-23 02:35:16 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-11-23 02:35:16 +0300
commit8c590df5e77f9fc657137ad7b2f5b3c233f56d73 (patch)
treef877f7e8bbd355910ad81dd743e68b133af9d815 /lib/helpers_.rb
parent0917668eccd55fa3f90f6e9c993e72e678172eca (diff)
parent19ed85c1e18ebba8e1fb12bed4255ad29b78922b (diff)
Merge branch 'edit-on-gitlab-helper' into 'master'
Make Edit on GitLab a helper. Fixes #30. See merge request !30
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 7fa9d11f..b9a560f0 100644
--- a/lib/helpers_.rb
+++ b/lib/helpers_.rb
@@ -2,6 +2,7 @@ include Nanoc::Helpers::LinkTo
include Nanoc::Helpers::XMLSitemap
include Nanoc::Helpers::Rendering
include Nanoc::Helpers::ChildParentBetter
+include Nanoc::Helpers::EditOnGitLab
require 'redcarpet'
require 'rouge'