mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-19 13:54:25 +01:00
fix placeholder logo in notification mailer
This commit is contained in:
parent
c5ee1ac120
commit
9187132682
@ -25,7 +25,7 @@
|
||||
<% if CustomAsset.get_url('logo-file') %>
|
||||
<a href="<%= root_url %>"><img src="<%= root_url + CustomAsset.get_url('logo-file') %>" alt="<%=fablab_name%>" width="140px;"></a>
|
||||
<% else %>
|
||||
<a href="<%= root_url %>"><img src="<%= root_url + image_pack_url('fabmanager-logo.png') %>" alt="<%=fablab_name%>" width="140px;"></a>
|
||||
<a href="<%= root_url %>"><img src="<%= root_url + asset_pack_path('media/images/fabmanager-logo.png') %>" alt="<%=fablab_name%>" width="140px;"></a>
|
||||
<% end %>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user