Skip to content

Commit

Permalink
#53 update report template of msg parser
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani authored and To-om committed Feb 1, 2017
1 parent 68743be commit 821f64b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions contrib/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
report-templates/*.zip
14 changes: 12 additions & 2 deletions contrib/report-templates/Msg_Parser_1_0/long.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<div class="panel panel-info">
<div class="panel panel-danger" ng-if="!success">
<div class="panel-heading">
<strong>{{(artifact.data || artifact.attachment.name) | fang}}</strong>
</div>
<div class="panel-body">
{{content.errorMessage}}
</div>
</div>


<div class="panel panel-info" ng-if="success">
<div class="panel-heading">
Email message details
</div>
Expand Down Expand Up @@ -63,4 +73,4 @@
</dd>
</dl>
</div>
</div>
</div>
Binary file removed contrib/report-templates/templates.zip
Binary file not shown.

0 comments on commit 821f64b

Please sign in to comment.