diff --git a/app/views/layouts/_branding.html.erb b/app/views/layouts/_branding.html.erb index 846b598..62ec0d1 100644 --- a/app/views/layouts/_branding.html.erb +++ b/app/views/layouts/_branding.html.erb @@ -1,27 +1,26 @@ - + - + Toggle navigation - - - - <% if user_signed_in? && !current_user.org.nil? && current_user.org.logo.present? %> - <%= link_to(image_tag(current_user.org.logo.thumb('100x100%').url, alt: current_user.org.name, height: "100", style: "padding-right:15px"), current_user.org.target_url) %> - <% end %> - - + <% if user_signed_in? && !current_user.org.nil? && current_user.org.logo.present? %> + <%= link_to(image_tag(current_user.org.logo.thumb('100x100%').url, + alt: current_user.org.name, + class: "org-logo", + title: current_user.org.name), + current_user.org.target_url) %> + <% end %> - + <% if user_signed_in? && !current_user.org.nil? %> - + <%= current_user.org.name %> @@ -94,4 +93,3 @@ - diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index c302cfc..d9ebf63 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -1,5 +1,5 @@ -