We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12dc928 commit 061076bCopy full SHA for 061076b
2 files changed
src/Templates/urls/index.html.twig
@@ -18,7 +18,7 @@
18
{% for url in urls %}
19
<tr>
20
<td>{{ url.id }}</td>
21
- <td><img src="{{ url.logo }}" alt="Logo"></td>
+ <td><img src="{{ url.logo }}" width="30px" alt="Logo"></td>
22
<td><a href="/urls/{{ url.id }}">{{ url.name }}</a></td>
23
<td>{{ url.lastCheck }}</td>
24
<td>{{ url.lastStatusCode }}</td>
src/Templates/urls/show.html.twig
@@ -9,7 +9,7 @@
9
{% endfor %}
10
11
<div class="container-lg mt-3">
12
- <h1><img src="{{ url.logo }}" alt="Logo"> Сайт: {{ url.name }}</h1>
+ <h1><img src="{{ url.logo }}" width="30px" alt="Logo"> Сайт: {{ url.name }}</h1>
13
<div class="table-responsive">
14
<table class="table table-bordered table-hover text-nowrap" data-test="url">
15
<tbody>
0 commit comments