Mercurial > wikked
changeset 429:b2a6b3d8e190
web: Fix link color for missing page's "create it now" link.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 30 Mar 2017 08:46:20 -0700 |
parents | 58f3120f7e78 |
children | a79f67f01a4c |
files | wikked/templates/read-page.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/wikked/templates/read-page.html Thu Mar 30 08:45:57 2017 -0700 +++ b/wikked/templates/read-page.html Thu Mar 30 08:46:20 2017 -0700 @@ -30,7 +30,7 @@ {% if is_query %} {% if not text %} <p>No additional information is available for this page. - You can <a class="wiki-link" data-wiki-url="{{meta.url}}" + You can <a class="wiki-link missing" data-wiki-url="{{meta.url}}" href="{{get_edit_url(meta.url)}}">write some right now</a>.</p> {% endif %} <h3>Pages in {{meta_query}} "{{meta_value}}"</h3>