From 9aeb5a11affe74008b1de2fd384e8e72a176e1bc Mon Sep 17 00:00:00 2001 From: Michael Kohlhase <m.kohlhase@jacobs-university.de> Date: Tue, 9 May 2017 07:49:50 +0200 Subject: [PATCH] fogot /edit/master --- _includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/footer.html b/_includes/footer.html index d30aacf..b233079 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -25,7 +25,7 @@ <div class="col l2 s12"> <h5 class="white-text">Editing</h5> - <a href="{{site.repository}}/{% if page.source %}{{ page.source }}{% else %}{{ page.path }}{% endif %}" title="Edit this page" class="waves-effect waves-teal btn-flat"> + <a href="{{site.repository}}/edit/master/{% if page.source %}{{ page.source }}{% else %}{{ page.path }}{% endif %}" title="Edit this page" class="waves-effect waves-teal btn-flat"> <i class="fa fa-pencil-square-o" aria-hidden="true"></i> Edit this page </a> -- GitLab