Sha256: d481eefcf07778e86f32321d604cc37dc5318c143acab6141f5cd605ae28fc92
Contents?: true
Size: 610 Bytes
Versions: 18
Compression:
Stored size: 610 Bytes
Contents
<% if organization %> <% if @custom_url_for_mail_root.present? %> <% url = @custom_url_for_mail_root %> <% else %> <% url = decidim.root_url(host: organization.host) %> <% end %> <%= link_to url do %> <% if organization.logo.attached? %> <%= image_tag( organization.attached_uploader(:logo).variant_url(:medium, host: organization.host), style: "max-height: 50px", alt: "#{organization.name}" ) %> <% else %> <span><%= organization.name %></span> <% end %> <% end %> <% else %> <%= Decidim.application_name %> <% end %>
Version data entries
18 entries across 18 versions & 1 rubygems