fix: Update workflow action email template style
This commit is contained in:
parent
607b5f8eb4
commit
7e4bc4d9b3
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<p>{{ message }}</p>
|
||||
<div>
|
||||
<p style="margin: 2em 0 !important">
|
||||
<p style="margin: 10px 0">
|
||||
{% for action in actions %}
|
||||
<a class="btn" style="margin-right: 1em" href="{{ action.action_link }}">{{_(action.action_name)}}</a>
|
||||
<a class="btn {% if action.is_primary %} btn-primary {% endif %}" style="margin-right: 10px" href="{{ action.action_link }}">{{_(action.action_name)}}</a>
|
||||
{% endfor %}
|
||||
</p>
|
||||
</div>
|
||||
Loading…
Add table
Reference in a new issue