1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-21 15:54:22 +01:00

(ui) Remove px unit on email images

This commit is contained in:
Vincent 2023-10-13 10:38:59 +02:00
parent 1290874811
commit 7fcad292d9

View File

@ -26,13 +26,13 @@
<a href="<%= root_url %>"> <a href="<%= root_url %>">
<img src="<%= File.join(root_url, CustomAsset.get_url('logo-file')) %>" <img src="<%= File.join(root_url, CustomAsset.get_url('logo-file')) %>"
alt="<%=fablab_name%>" alt="<%=fablab_name%>"
width="140px;" /> width="140" />
</a> </a>
<% else %> <% else %>
<a href="<%= root_url %>"> <a href="<%= root_url %>">
<img src="<%= File.join(root_url, asset_pack_path('static/fabmanager-logo.png')) %>" <img src="<%= File.join(root_url, asset_pack_path('static/fabmanager-logo.png')) %>"
alt="<%=fablab_name%>" alt="<%=fablab_name%>"
width="140px;" /> width="140" />
</a> </a>
<% end %> <% end %>
</td> </td>