Skip to content

Commit

Permalink
Catch empty content
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi ALLAIN authored May 30, 2018
1 parent 5641d69 commit 86bcbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thehive-templates/Threatcrowd_1_0/long.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Threatcrowd analysis for
<strong>{{artifact.data}}</strong>
</div>
<div class="panel-body">
<div class="panel-body" ng-if="content">
<h4 class="dl-horizontal">
Votes : <strong>{{content.votes}}</strong>
<br/>
Expand Down

0 comments on commit 86bcbce

Please sign in to comment.