Note about requiring github.com login for "edit this page"

See https://github.com/silverstripe/doc.silverstripe.org/issues/6
This commit is contained in:
Ingo Schommer 2013-10-30 23:06:02 +01:00
parent b3d4e402a5
commit 5a742b8584
2 changed files with 10 additions and 2 deletions

View File

@ -12,7 +12,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 %>
</div>

View File

@ -12,7 +12,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 %>
<% else %>