mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Clarify that 'no code or variables' is about a given frame
textually, but also by just left-aligning (for some reason that signals 'this frame' to me)
This commit is contained in:
@@ -108,8 +108,8 @@
|
||||
{% endif %}
|
||||
|
||||
{% if "context_line" not in frame or frame.context_line is None %}{% if not frame.vars %}{# nested ifs as a subsitute for brackets-in-templates #}
|
||||
<div class="mt-6 mb-6 text-center italic">
|
||||
No code context or variables available.
|
||||
<div class="mt-6 mb-6 italic">
|
||||
No code context or variables available for this frame.
|
||||
</div>
|
||||
{% endif %}{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user