{% extends "base.html" %} {% block title %}corrections — defossil{% endblock %} {% block content %}
| time | correction | why |
|---|---|---|
| {{ 'today' if r.typed_at|day == today else r.typed_at|day }} | ||
|
{% set info = catalog[r.category] %}
{{ r.category }}
{{ info.title }} · {{ info.kind }}
{{ info.description }}
{% if info.example %}{{ info.example }}{% endif %}
|
{{ r.original|worddiff(r.corrected) }}{{ r.original }}
{{ r.corrected }}
|
{{ r.explanation }}
asking…
failed
|
{{ r.extra_explanation }} |
||
| Nothing here — every correction is acknowledged. | ||
{% if page > 1 %}← prev{% endif %} page {{ page }} / {{ pages }} {% if page < pages %}next →{% endif %}
{% endblock %}