Merge pull request #173 from witzig/fix-campaign-view
Moved delivered count into stats section
This commit is contained in:
commit
406a03a1f9
1 changed files with 45 additions and 39 deletions
|
@ -115,13 +115,20 @@
|
|||
</form>
|
||||
</dd>
|
||||
|
||||
{{#unless isIdling}}
|
||||
<dt>{{#translate}}Delivered{{/translate}} <a href="/campaigns/status/{{id}}/delivered" title="{{#translate}}List subscribers who received this message{{/translate}}"><span class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span></a></dt>
|
||||
<dd>{{delivered}}</dd>
|
||||
|
||||
{{/unless}}
|
||||
</dl>
|
||||
|
||||
<hr />
|
||||
|
||||
<dl class="dl-horizontal">
|
||||
{{#unless isIdling}}
|
||||
|
||||
<dt>{{#translate}}Delivered{{/translate}} <a href="/campaigns/status/{{id}}/delivered" title="{{#translate}}List subscribers who received this message{{/translate}}"><span class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span></a></dt>
|
||||
<dd>
|
||||
<div style="margin-bottom: 20px;">
|
||||
{{delivered}}
|
||||
</div>
|
||||
</dd>
|
||||
|
||||
<dt>{{#translate}}Bounced{{/translate}} <a href="/campaigns/status/{{id}}/bounced" title="{{#translate}}List subscribers who bounced{{/translate}}"><span class="glyphicon glyphicon-zoom-in" aria-hidden="true"></span></a></dt>
|
||||
<dd>
|
||||
|
@ -172,7 +179,6 @@
|
|||
|
||||
{{/unless}}
|
||||
{{/unless}}
|
||||
{{/unless}}
|
||||
</dl>
|
||||
|
||||
{{#if isNormal}}
|
||||
|
|
Loading…
Reference in a new issue