Type in oc-icon-paperclip class

Fixed type in oc-icon-paperclip class (from paper-clip to paperclip) which meant that the attachment link wasn't showing in backed.
This commit is contained in:
Adam 2014-12-15 11:49:30 +00:00
parent 52956f6f04
commit 04e02727ce
1 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@
<?php endif ?>
<a
href="{{path}}"
class="uploader-file-link oc-icon-paper-clip"
class="uploader-file-link oc-icon-paperclip"
target="_blank"></a>
</div>
</div>
@ -77,4 +77,4 @@
<!-- Existing images -->
<script> $('#<?= $this->getId() ?>').data('populatedData', <?= $fileList ?>); </script>
</div>
</div>