Display budget comments, etc. as Markdown
This commit is contained in:
parent
17637a4cfd
commit
0dc5923429
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{#
|
{#
|
||||||
Society Self-Service
|
Society Self-Service
|
||||||
Copyright © 2018-2019 Yingtong Li (RunasSudo)
|
Copyright © 2018–2020 Yingtong Li (RunasSudo)
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Affero General Public License as published by
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
@ -74,7 +74,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Comments</td>
|
<td>Comments</td>
|
||||||
<td>{{ revision.comments }}</td>
|
<td>{{ revision.comments|markdown }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Revenue</td>
|
<td>Revenue</td>
|
||||||
@ -87,7 +87,7 @@
|
|||||||
Revenue comments
|
Revenue comments
|
||||||
</div>
|
</div>
|
||||||
<div class="active content">
|
<div class="active content">
|
||||||
{{ revision.revenue_comments }}
|
{{ revision.revenue_comments|markdown }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -107,7 +107,7 @@
|
|||||||
Expense comments
|
Expense comments
|
||||||
</div>
|
</div>
|
||||||
<div class="active content">
|
<div class="active content">
|
||||||
{{ revision.expense_comments }}
|
{{ revision.expense_comments|markdown }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{#
|
{#
|
||||||
Society Self-Service
|
Society Self-Service
|
||||||
Copyright © 2018-2019 Yingtong Li (RunasSudo)
|
Copyright © 2018–2020 Yingtong Li (RunasSudo)
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Affero General Public License as published by
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
@ -110,7 +110,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Comments</td>
|
<td>Comments</td>
|
||||||
<td>{{ revision.comments }}</td>
|
<td>{{ revision.comments|markdown }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Revenue</td>
|
<td>Revenue</td>
|
||||||
@ -123,7 +123,7 @@
|
|||||||
Revenue comments
|
Revenue comments
|
||||||
</div>
|
</div>
|
||||||
<div class="active content">
|
<div class="active content">
|
||||||
{{ revision.revenue_comments }}
|
{{ revision.revenue_comments|markdown }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -143,7 +143,7 @@
|
|||||||
Expense comments
|
Expense comments
|
||||||
</div>
|
</div>
|
||||||
<div class="active content">
|
<div class="active content">
|
||||||
{{ revision.expense_comments }}
|
{{ revision.expense_comments|markdown }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user