Skip to content

Commit

Permalink
doc: fixed edit link hint + open in new tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaos committed Sep 26, 2012
1 parent b11a84e commit fe12583
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/_templates/edit.html
@@ -1,4 +1,5 @@
<h3>{{ _('Actions') }}</h3>
<ul>
<li><a alt="Edit this page at Github" href="https://github.com/zotonic/zotonic/edit/master/doc/{{ pagename }}.rst">Edit</a></li>
<li><a title="Edit this page at Github" href="https://github.com/zotonic/zotonic/edit/master/doc/{{ pagename }}.rst" target="_blank">Edit</a></li>
</ul>

0 comments on commit fe12583

Please sign in to comment.