mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 14:32:25 +01:00
Fix bug with Editor screenshots
This commit is contained in:
parent
c794de680b
commit
ff846f4478
@ -17,7 +17,7 @@
|
|||||||
</h3>
|
</h3>
|
||||||
<ul class="card-body d-flex p-0 flex-row flex-wrap justify-content-start align-content-start p-4">
|
<ul class="card-body d-flex p-0 flex-row flex-wrap justify-content-start align-content-start p-4">
|
||||||
{% for s in screenshots %}
|
{% 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) }});">
|
style="background-image: url({{ s.getThumbnailURL(3) }});">
|
||||||
<div class="packagegridscrub"></div>
|
<div class="packagegridscrub"></div>
|
||||||
<div class="packagegridinfo">
|
<div class="packagegridinfo">
|
||||||
|
Loading…
Reference in New Issue
Block a user