mirror of
https://github.com/minetest/contentdb.git
synced 2025-03-31 15:22:33 +02:00
Fix bug with Editor screenshots
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
</h3>
|
||||
<ul class="card-body d-flex p-0 flex-row flex-wrap justify-content-start align-content-start p-4">
|
||||
{% for s in screenshots %}
|
||||
<li class="packagetile flex-fill"><a href="{{ s.getURL("packages.create_edit") }}"
|
||||
<li class="packagetile flex-fill"><a href="{{ s.getEditURL() }}"
|
||||
style="background-image: url({{ s.getThumbnailURL(3) }});">
|
||||
<div class="packagegridscrub"></div>
|
||||
<div class="packagegridinfo">
|
||||
|
Reference in New Issue
Block a user