Add settings template

This commit is contained in:
rubenwardy
2020-12-05 01:51:50 +00:00
parent 0082870864
commit f75bdec756
12 changed files with 215 additions and 188 deletions

View File

@@ -31,7 +31,7 @@ Audit Log
<div class="col-sm-2 text-muted">
<img
class="img-responsive user-photo img-thumbnail img-thumbnail-1"
class="img-fluid user-photo img-thumbnail img-thumbnail-1"
style="max-height: 22px;"
src="{{ entry.causer.getProfilePicURL() }}" />
@@ -53,7 +53,7 @@ Audit Log
</span>
<img
class="img-responsive"
class="img-fluid"
style="max-height: 22px; max-width: 22px;"
src="{{ entry.package.getThumbnailURL(1) }}" />
</div>