Skip to content

Commit

Permalink
#53 add long report template for Abuse_Finder
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jan 31, 2017
1 parent efcdfbb commit f6246df
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions contrib/report-templates/Abuse_Finder_1.0/long.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<div class="panel panel-info" ng-if="success">
<div class="panel-heading">
Abuse Finder Information for <strong>{{artifact.data}}</strong>
</div>
<div class="panel-body">
<dl class="dl-horizontal" ng-if="content.abuse_finder.names">
<dt>Names:</dt>
<dd>
<div ng-repeat="name in content.abuse_finder.names">
{{name}}
</div>
</dd>
</dl>
<dl class="dl-horizontal" ng-if=".abuse_finder.names">
<dt>Abuse addresses:</dt>
<dd>
<div ng-repeat="abuse in content.abuse_finder.abuse">
{{abuse}}
</div>
</dd>
</dl>
</div>
</div>

0 comments on commit f6246df

Please sign in to comment.