mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-23 08:11:08 +00:00
10 lines
308 B
HTML
10 lines
308 B
HTML
<div class="sow-post-selector-summary ui-draggable" data-id="<%= id %>">
|
|
<div class="sow-thumbnail">
|
|
<a href="<%= editUrl %>" target="_blank" rel="noopener noreferrer">
|
|
<img src="<%= thumbnail %>" />
|
|
</a>
|
|
</div>
|
|
<div class="sow-title"><%= title %></div>
|
|
|
|
<a href="#" class="sow-remove"></a>
|
|
</div> |