mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-20 14:54:15 +01:00
(ui) Remove px unit on email images
This commit is contained in:
parent
1290874811
commit
7fcad292d9
@ -26,13 +26,13 @@
|
||||
<a href="<%= root_url %>">
|
||||
<img src="<%= File.join(root_url, CustomAsset.get_url('logo-file')) %>"
|
||||
alt="<%=fablab_name%>"
|
||||
width="140px;" />
|
||||
width="140" />
|
||||
</a>
|
||||
<% else %>
|
||||
<a href="<%= root_url %>">
|
||||
<img src="<%= File.join(root_url, asset_pack_path('static/fabmanager-logo.png')) %>"
|
||||
alt="<%=fablab_name%>"
|
||||
width="140px;" />
|
||||
width="140" />
|
||||
</a>
|
||||
<% end %>
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user