Skip to content

Commit

Permalink
Displaying module icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Dec 28, 2015
1 parent 70c6dcf commit 8bbc87b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Modules/Module/Resources/views/admin/modules/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
<?php foreach ($module->images as $image): ?>
<img src="{{ $image->path }}" alt=""/>
<?php endforeach; ?>
<hr>
<h3>Icon</h3>
<?php foreach ($module->icon_image as $image): ?>
<img src="{{ $image->path }}" alt=""/>
<?php endforeach; ?>
</div>
</div>
<?php if ($module->isInReview()): ?>
Expand Down

0 comments on commit 8bbc87b

Please sign in to comment.