From 29d524d836cf7be87a839c4964e4d09aa90b4569 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 9 Feb 2014 20:31:01 +0100 Subject: [PATCH] fix image branding logo_caps --- app/views/sessions/new.haml | 2 +- public/default.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/sessions/new.haml b/app/views/sessions/new.haml index 978950f28..068a2c506 100644 --- a/app/views/sessions/new.haml +++ b/app/views/sessions/new.haml @@ -17,7 +17,7 @@ %p = image_tag('branding/asterisk.png', :id => 'asterisk', :class => 'logo', :height => 154, :width => 154) %p - = image_tag('branding/logo_caps.png', :id => 'logo', :width => 98, :height => 14) + = image_tag('branding/logo.png', :id => 'logo', :width => 98, :height => 14) - flash.each do |name, msg| %p{:class => "login_#{name}"}= msg diff --git a/public/default.html b/public/default.html index 5ff3091b7..aeb5cc587 100644 --- a/public/default.html +++ b/public/default.html @@ -94,7 +94,7 @@