diff --git a/core/templates/modals/context.html b/core/templates/modals/context.html index f005671..5a20c32 100644 --- a/core/templates/modals/context.html +++ b/core/templates/modals/context.html @@ -73,7 +73,7 @@
-

Scrollback of {{ channel }} on {{ net }}{{ num }}

+

Scrollback of {{ channel }} on {{ net }}{% if num is not None %}{{ num }}{% endif %}

{% include 'partials/context_table.html' %} {% if user.is_superuser and source == 'irc' %}
diff --git a/core/templates/ui/drilldown/search_partial.html b/core/templates/ui/drilldown/search_partial.html index e60fde3..e67bec5 100644 --- a/core/templates/ui/drilldown/search_partial.html +++ b/core/templates/ui/drilldown/search_partial.html @@ -17,7 +17,7 @@ value="{{ params.query }}" class="input" type="text" - placeholder="(science | tech | art) + (interest) -hello"> + placeholder="Token search: (science | tech | art) + (interest) -hello"> @@ -417,7 +417,7 @@ value="{{ params.query_full }}" class="input" type="text" - placeholder="msg: science AND src: 4ch AND channel: 100293"> + placeholder="Full query: msg: science AND src: 4ch AND channel: 100293"> @@ -433,7 +433,7 @@ class="input" type="tags" name="tags" - placeholder="nick: john" + placeholder="Tag search: nick: john" value="{{ params.tags }}">