Skip to content

Commit

Permalink
Link to broadcast page
Browse files Browse the repository at this point in the history
in order to check out the description and support the broadcast

close #429
  • Loading branch information
Robert Schaefer committed Nov 27, 2017
1 parent 4d7f8ae commit c45adcc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/app/templates/statistics.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,11 @@
<tbody>
{{#each model as |statistic|}}
<tr class="statistic-item">
<td>{{statistic.title}}</td>
<td>
{{#link-to 'broadcast' statistic.id}}
{{statistic.title}}
{{/link-to}}
</td>
<td class="impressions">{{statistic.impressions}}</td>
<td class="approval">{{format-number statistic.approval style='percent'}}</td>
<td class="average">{{format-number statistic.average style='currency' currency='EUR'}}</td>
Expand Down

0 comments on commit c45adcc

Please sign in to comment.