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:
authorMarcia Ramos <virtua.creative@gmail.com>2018-10-04 14:22:26 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-10-04 14:22:26 +0300
commit9bf75973b5ddea4d4a3971b0e7abc02e6e79f1d2 (patch)
tree46764b284c043e6276e5bccefb611759c4b69639 /lib/helpers
parent9a8bf626e3e59a3abc2cd0354f20a6e1fcaf10b7 (diff)
Improves "edit this page" button
Diffstat (limited to 'lib/helpers')
-rw-r--r--lib/helpers/edit_on_gitlab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/helpers/edit_on_gitlab.rb b/lib/helpers/edit_on_gitlab.rb
index aa7b5c54..e975614c 100644
--- a/lib/helpers/edit_on_gitlab.rb
+++ b/lib/helpers/edit_on_gitlab.rb
@@ -29,7 +29,7 @@ module Nanoc::Helpers
gitlab_url = "https://gitlab.com/gitlab-com/gitlab-docs/blob/master/#{@item[:content_filename]}"
end
- result = "<a href='#{gitlab_url}'>Edit this page</a>"
+ result = gitlab_url
end
end
end