Note about github.com login on "edit this page" (fixes #6)

Unfortunately github.com still doesn't provide a more user
friendly login screen there (or redirect login links afaict).
This commit is contained in:
Ingo Schommer 2013-10-30 23:07:17 +01:00
parent d355e6710d
commit 0af61ad1a6

View File

@ -13,7 +13,11 @@
<% if EditLink %>
<div id="edit-link">
<p><a target="_blank" href="$EditLink">Edit this page</a></p>
<p>
<a target="_blank" href="$EditLink">
Edit this page <small>(requires github.com login)</small>
</a>
</p>
</div>
<% end_if %>