This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/petri-site.git
The following commit(s) were added to refs/heads/master by this push: new fb1e650 Update base.html fb1e650 is described below commit fb1e65028805d2299869d77b5c50a4926e2107c1 Author: Dave Fisher <dave2w...@comcast.net> AuthorDate: Thu Apr 8 14:47:38 2021 -0700 Update base.html --- theme/apache/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html index 005bec0..d73c58e 100644 --- a/theme/apache/templates/base.html +++ b/theme/apache/templates/base.html @@ -34,7 +34,7 @@ <div class="container"> {% block content %} {% endblock %} - <p><a href="{{ SITEREPOSITORY }}{{ page.slug }}.md">View Page Source</a></p> + <p><span class="badge badge-secondary">Edit</span><a href="{{ SITEREPOSITORY }}{{ page.slug }}.md">Page Source</a></p> </div> {% include "footer.html" %}