Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/email/proposal-created-html.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</tr>
<tr>
<td align="left" style="padding:0;Margin:0;padding-top:5px;padding-bottom:40px">
<p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:'open sans', 'helvetica neue', helvetica, arial, sans-serif;line-height:14.4px;color:#becce5;font-size:12px"><%- notification.event.proposalId %></p>
<p style="Margin:0;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:'open sans', 'helvetica neue', helvetica, arial, sans-serif;line-height:14.4px;color:#becce5;font-size:12px"><%- notification.event.snapshotId %></p>
</td>
</tr>

Expand Down
2 changes: 1 addition & 1 deletion templates/email/proposal-created-plain.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Please find the details below:
- Reality question: <%- getRealityQuestionLink(notification) %>
- Transaction: https://etherscan.io/tx/<%- notification.event.txHash %>
- Question ID: <%- notification.event.questionId %>
- Proposal ID: <%- notification.event.proposalId %>
- Proposal ID: <%- notification.event.snapshotId %>

Best regards,
Kleros Zodiac Notifications Bot
2 changes: 1 addition & 1 deletion templates/slack/proposal-created.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

*Details:*
_Question ID_: `<%- notification.event.questionId %>`
_Proposal ID_: `<%- notification.event.proposalId %>`
_Proposal ID_: `<%- notification.event.snapshotId %>`
2 changes: 1 addition & 1 deletion templates/telegram/proposal-created.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

*Details:*
_Question ID_: `<%- notification.event.questionId %>`
_Proposal ID_: `<%- notification.event.proposalId %>`
_Proposal ID_: `<%- notification.event.snapshotId %>`