<div class="block">
<div class="card">
<div class="card-content">
- <div class="columns">
- <div class="column">
- <p class="title is-5">
- <a href="/dbl/reports/{{ report.id }}">
- {{ report }}
- </a>
- </p>
+ <p class="title is-5">
+ <a href="/dbl/reports/{{ report.id }}">
+ {{ report }}
+ </a>
+ </p>
- <p class="subtitle is-6">
- {{ _("Submitted %(when)s by %(who)s") % {
- "when" : locale.format_date(report.reported_at),
- "who" : report.reported_by,
- } }}
- </p>
- </div>
-
- {# Comment #}
- {% if report.comment %}
- <div class="column">
- <pre>{{ report.comment }}</pre>
- </div>
- {% end %}
- </div>
+ <p class="subtitle is-6">
+ {{ _("Submitted %(when)s by %(who)s") % {
+ "when" : locale.format_date(report.reported_at),
+ "who" : report.reported_by,
+ } }}
+ </p>
</div>
</div>
</div>