We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df77482 commit 50fb1c3Copy full SHA for 50fb1c3
resources/configurationDocument.html
@@ -126,7 +126,7 @@
126
<p>The following document{{#if multipleDocuments}}s{{/if}} are outdated:</p>
127
<ul>
128
{{#each documents}}
129
- <li><a href="{{url}}">{{title}}</a> ({{lastVersionDate}}) ({{author}} - {{lastVersionMessage}})</li>
+ <li><a href="{{url}}">{{title}}</a> ({{lastVersionDate}}) ({{author}} - {{lastVersionMessage}}) [notified: {{ getRecipients this }}]</li>
130
{{/each}}
131
</ul>
132
<p>Please check, wether the document needs any updates or save the document again stating that it is still valid.</p>
0 commit comments