Photos: Fix code style in AlbumList.xml

This commit is contained in:
Maxim Leshchenko 2022-01-24 17:55:43 +02:00 committed by GitHub
parent 62d5d97857
commit 6e863134f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,8 +38,8 @@
{/block}
{block description}
<span>{$x->getDescription() ?? $x->getName()}</span><br/>
<span style="color: grey;">{$x->getPhotosCount()} фотографий</span><br/>
<span style="color: grey;">Обновлен {$x->getEditTime() ?? $x->getCreationTime()}</span>
<span style="color: grey;">Создан {$x->getCreationTime()}</span><br/>
<span>{$x->getDescription() ?? $x->getName()}</span><br />
<span style="color: grey;">{$x->getPhotosCount()} фотографий</span><br />
<span style="color: grey;">Обновлен {$x->getEditTime() ?? $x->getCreationTime()}</span><br />
<span style="color: grey;">Создан {$x->getCreationTime()}</span><br />
{/block}