Sha256: 8d55799e7a96f72804d8a71f0febd7f41f9b453b6922d95f02ef33ae51793555
Contents?: true
Size: 976 Bytes
Versions: 35
Compression:
Stored size: 976 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.present? %> <%= image_tag organization.logo.medium.url, style: "max-height: 50px", alt: "" %> <% else %> <span><%= organization.name %></span> <style> .logo-wrapper span{ color: white; font-weight: 600; font-size: 1.4em; display: inline-block; text-align: left; padding-left: 8px; line-height: 1; position: relative; } .logo-wrapper span:before{ content: ""; display: block; position: absolute; border-left: 4px solid white; height: 88%; top: 6%; left: 0; } </style> <% end %> <% end %> <% else %> <%= Decidim.application_name %> <% end %>
Version data entries
35 entries across 35 versions & 1 rubygems