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
path: root/lib
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-06-28 13:18:00 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-06-28 13:18:00 +0300
commit138d899ad89c8714c989311e22a508632afd3522 (patch)
treecdbf27485c71fb06df7064e76efac79850bd0e4b /lib
parent3ebdb6e7226902a54267059f300411595f4ae241 (diff)
Refactor links behavior
- Remove underline - Use fontawesome icon for edit page
Diffstat (limited to 'lib')
-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 df623290..1349779b 100644
--- a/lib/helpers/edit_on_gitlab.rb
+++ b/lib/helpers/edit_on_gitlab.rb
@@ -21,7 +21,7 @@ module Nanoc::Helpers
gitlab_url = "https://gitlab.com/gitlab-org/gitlab-#{product}/blob/master/doc/#{content_filename}"
end
- result = "<a href='#{gitlab_url}'>Improve this documentation on GitLab.com</a>"
+ result = "<a href='#{gitlab_url}'>Edit this page</a>"
end
end
end