thelounge/client/views/image_viewer.tpl
2017-07-16 19:25:48 -04:00

14 lines
285 B
Smarty
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<button class="close-btn" aria-label="Close">×</button>
<a class="image-link" href="{{link}}" target="_blank">
<img src="{{image}}">
</a>
<a class="btn open-btn" href="{{link}}" target="_blank">
{{#equal type "image"}}
Open image
{{else}}
Visit page
{{/equal}}
</a>