mirror of
https://github.com/thelounge/thelounge
synced 2024-12-19 00:43:09 +00:00
13 lines
285 B
Smarty
13 lines
285 B
Smarty
<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>
|