Merge pull request #347 from taigaio/issue/2642/email-templates
Email templates fixremotes/origin/enhancement/email-actions
commit
d8e4ce02f7
|
@ -121,7 +121,7 @@
|
|||
|
||||
.headerContent {
|
||||
text-align: center;
|
||||
color:#b8b8b8 !important;
|
||||
color:#8D8D8D !important;
|
||||
font-family: 'Open Sans', Arial, Helvetica;
|
||||
font-size:14px;
|
||||
margin-bottom:16px;
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
* @style heading 2
|
||||
*/
|
||||
h2{
|
||||
color: #b8b8b8 !important;
|
||||
color: #8D8D8D !important;
|
||||
display:block;
|
||||
font-family: 'Open Sans', Arial;
|
||||
font-size:20px;
|
||||
|
|
|
@ -121,7 +121,7 @@
|
|||
|
||||
.headerContent {
|
||||
text-align: center;
|
||||
color:#b8b8b8 !important;
|
||||
color:#8D8D8D !important;
|
||||
font-family: 'Open Sans', Arial, Helvetica;
|
||||
font-size:14px;
|
||||
margin-bottom:16px;
|
||||
|
@ -418,14 +418,14 @@
|
|||
</tr>
|
||||
{% for entry in history_entries%}
|
||||
{% if entry.comment %}
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
{% trans comment=mdrender(project, entry.comment) %}
|
||||
<h3>comment:</h3>
|
||||
<p>{{ comment }}</p>
|
||||
{% endtrans %}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
{% trans comment=mdrender(project, entry.comment) %}
|
||||
<h3>comment:</h3>
|
||||
<p>{{ comment }}</p>
|
||||
{% endtrans %}
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% set changed_fields = entry.values_diff %}
|
||||
{% if changed_fields %}
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
{% set values_removed = lists_diff(values_from, values_to) %}
|
||||
|
||||
<tr>
|
||||
<td valign="middle" rowspan="2" class="update-row-name">
|
||||
<td valign="middle" class="update-row-name">
|
||||
<h3>{{ verbose_name(obj_class, field_name) }}</h3>
|
||||
</td>
|
||||
<td valign="top" class="update-row-from">
|
||||
|
|
Loading…
Reference in New Issue