Skip to content

Commit

Permalink
fix a broken link (#407)
Browse files Browse the repository at this point in the history
fix #406 issue
  • Loading branch information
ninoseki authored and nadouani committed Jan 15, 2019
1 parent 01030f2 commit fd114cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions thehive-templates/Cymon_2_1/long.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@

</div>
<div class="panel-body">

<h4>
<strong>
{{(artifact.data || artifact.attachment.name) | fang}} is associated to:
</strong>
</h4>
<div >
<dl ng-repeat="(k,v) in content.Founds" class="dl-horizontal" >
<div>
<dl ng-repeat="(k,v) in content.Founds" class="dl-horizontal">
<dt ng-if="v">{{k}}</dt>
<dd ng-repeat="l in content[k]">{{l}}</dd>
</dl>
</div>

<dl class="dl-horizontal" >
<dl class="dl-horizontal">
<dt>permalink</dt>
<dd ><a href=content.permalink>{{content.permalink}}</a></dd>
<dd><a href="{{content.permalink}}">{{content.permalink}}</a></dd>
</dl>

</div>
Expand Down

0 comments on commit fd114cf

Please sign in to comment.