mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Mainly internationalisation improvements - not finished yet.
This commit is contained in:
parent
a7409c25be
commit
d4ed336827
21 changed files with 90 additions and 234 deletions
|
|
@ -16,8 +16,8 @@
|
|||
<div id="content" class="wiki">
|
||||
{% if editable %}
|
||||
<ul class="minor-controls">
|
||||
<li><a href="{{servlet-context}}/edit?page={{title}}">{{config.edit-page-link}}</a></li>
|
||||
<li><a href="history?page={{page}}">{{config.history-link}}</a></li>
|
||||
<li><a href="{{servlet-context}}/edit?page={{title}}">{% i18n edit-page-link %}</a></li>
|
||||
<li><a href="history?page={{page}}">{% i18n history-link %}</a></li>
|
||||
</ul>
|
||||
{% endif %}
|
||||
{{content|safe}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue