Repository: struts-site Updated Branches: refs/heads/master faa2f637c -> 67669c5f2
Adds link to edit page on GitHub Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/67669c5f Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/67669c5f Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/67669c5f Branch: refs/heads/master Commit: 67669c5f2466ce593f364d78a0a83e75cb31f7ed Parents: faa2f63 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Wed Aug 23 11:00:14 2017 +0200 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Wed Aug 23 11:00:14 2017 +0200 ---------------------------------------------------------------------- source/_layouts/core-developers.html | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-site/blob/67669c5f/source/_layouts/core-developers.html ---------------------------------------------------------------------- diff --git a/source/_layouts/core-developers.html b/source/_layouts/core-developers.html index 090fae5..f8145a4 100644 --- a/source/_layouts/core-developers.html +++ b/source/_layouts/core-developers.html @@ -26,6 +26,7 @@ <article class="container"> <section class="col-md-12"> <a href="index.html" title="back to Core Developers Guide"><< back to Core Developers Guide</a> + <a class="edit-on-gh" href="{{ site.repository_url }}/edit/master/source/{{ page.path }}" title="Edit this page on GitHub">Edit on GitHub</a> {{ content }} </section> </article>