Skip to content

Commit

Permalink
๐ŸŒ Merge pull request otale#191 from guanlei1996/master
Browse files Browse the repository at this point in the history
๐Ÿฆ„ fix attach url show error
  • Loading branch information
hellokaton authored Apr 22, 2017
2 parents e3b4600 + ca2e48b commit 19db795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/templates/admin/attach.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h4 class="page-title">ๆ–‡ไปถ็ฎก็†</h4>
<div class="col-md-2 text-center m-t-10">
<a href="${attach_url}${attach.fkey}" target="_blank">
<img class="attach-img"
src="#if(attach.ftype == 'image') ${attach_url}${attach.fkey} #else /static/admin/images/attach.png #end"
src="#if(attach.ftype == 'image') //${attach_url}${attach.fkey} #else /static/admin/images/attach.png #end"
title="${attach.fname}"/>
</a>
<div class="clearfix m-t-10">
Expand Down Expand Up @@ -163,4 +163,4 @@ <h4 class="page-title">ๆ–‡ไปถ็ฎก็†</h4>
}
</script>
</body>
</html>
</html>

0 comments on commit 19db795

Please sign in to comment.