Sort out table layout and rejig where state_key is placed.

pull/977/head
Kegan Dougal 9 years ago
parent 003ca35bf6
commit dc5c01607b

@ -268,3 +268,9 @@ li dd ul {
margin-bottom: 0;
}
table {
margin-top: 10px;
margin-bottom: 10px;
border: 0;
border-collapse: collapse;
}

@ -1,10 +1,11 @@
``{{event.type}}``
{{(4 + event.type | length) * '~'}}
*{{event.typeof}}* {{event.typeof_info}}
*{{event.typeof}}*
{{event.typeof_info}}
{{event.desc | wrap(80) | indent_block(2)}}
{% for table in event.content_fields -%}
{{"``"+table.title+"``" if table.title else ""}}
{{event.desc | wrap(80)}}
{% for table in event.content_fields %}
{{"``"+table.title+"``" if table.title else "" -}}
================== ================= ===========================================
{{table.title or "Content"}} Key Type Description

Loading…
Cancel
Save