This is an automated email from the ASF dual-hosted git repository.

dill0wn pushed a commit to branch gc/8423
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/gc/8423 by this push:
     new 6ffefbe57 fixup! [#8423] improvements on wiki pages versions
6ffefbe57 is described below

commit 6ffefbe573a75cc845d614e7cd7495ad75249a1c
Author: Dillon Walls <[email protected]>
AuthorDate: Fri Apr 8 15:09:50 2022 +0000

    fixup! [#8423] improvements on wiki pages versions
---
 ForgeWiki/forgewiki/templates/wiki/page_view.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ForgeWiki/forgewiki/templates/wiki/page_view.html 
b/ForgeWiki/forgewiki/templates/wiki/page_view.html
index 2e942650b..e26d9e149 100644
--- a/ForgeWiki/forgewiki/templates/wiki/page_view.html
+++ b/ForgeWiki/forgewiki/templates/wiki/page_view.html
@@ -78,7 +78,7 @@
 {% endblock %}
 
 {% block wiki_content %}
-    {%  if not is_latest_version %}<div data-alert class="alert-box 
info"><p>You can find the latest version of this page <a href="{{ base_url }}" 
rel="nofollow">here</a></p></div>{% endif %}
+    {%  if not is_latest_version %}<div data-alert class="alert-box 
info">There is a newer version of this page. You can find it <a href="{{ 
base_url }}" rel="nofollow">here</a>.</div>{% endif %}
 <div{% if h.has_access(page, 'edit') %} class="active-md" data-markdownlink="" 
{% endif %}>{{page.html_text}}</div>
 {% endblock %}
 

Reply via email to