mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
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:
parent
b3d4e402a5
commit
5a742b8584
@ -12,7 +12,11 @@
|
|||||||
|
|
||||||
<% if EditLink %>
|
<% if EditLink %>
|
||||||
<div id="edit-link">
|
<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>
|
</div>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
</div>
|
</div>
|
||||||
|
@ -12,7 +12,11 @@
|
|||||||
|
|
||||||
<% if EditLink %>
|
<% if EditLink %>
|
||||||
<div id="edit-link">
|
<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>
|
</div>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
<% else %>
|
<% else %>
|
||||||
|
Loading…
Reference in New Issue
Block a user