RSS campaigns

This commit is contained in:
Andris Reinman 2016-05-04 16:54:09 +03:00
parent 2486f7b9d8
commit 8bc85a0b63
9 changed files with 92 additions and 30 deletions

View file

@ -42,6 +42,16 @@
{{#if isRss}}
<dt>Feed URL</dt>
<dd><a href="{{sourceUrl}}">{{sourceUrl}}</a></dd>
<dt>Last check</dt>
<dd>
{{#if lastCheck}}<span class="datestring" data-date="{{lastCheck}}" title="{{lastCheck}}">{{lastCheck}}</span>{{else}}
Not yet checked{{/if}}
{{#unless isActive}}<span class="text-muted">(feed is only checked if RSS campaign is active)</span>{{/unless}}
</dd>
{{#if checkStatus}}
<dt>RSS status</dt>
<dd>{{checkStatus}}</dd>
{{/if}}
{{/if}}
<dt>Email "from name"</dt>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long