Initial commit
This commit is contained in:
3
app/views/accounts/_logo.html.erb
Normal file
3
app/views/accounts/_logo.html.erb
Normal file
@@ -0,0 +1,3 @@
|
||||
<% if account.logo.attached? %>
|
||||
<%= image_tag(account_logo_variant(account.logo), class: "img-thumbnail", alt: "Logo") %>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user