Sha256: 44408fde207853b951d31f5f49145d5bfb9ea6d2049ca0cee2cd17649d3b50d7
Contents?: true
Size: 842 Bytes
Versions: 46
Compression:
Stored size: 842 Bytes
Contents
<% if organization %> <%= link_to decidim.root_url(host: organization.host) 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
46 entries across 46 versions & 2 rubygems