fix image branding logo_caps

This commit is contained in:
Steffen van Bergerem 2014-02-09 20:31:01 +01:00
parent 3e3979cc28
commit 29d524d836
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
%p %p
= image_tag('branding/asterisk.png', :id => 'asterisk', :class => 'logo', :height => 154, :width => 154) = image_tag('branding/asterisk.png', :id => 'asterisk', :class => 'logo', :height => 154, :width => 154)
%p %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| - flash.each do |name, msg|
%p{:class => "login_#{name}"}= msg %p{:class => "login_#{name}"}= msg

View file

@ -94,7 +94,7 @@
<div id="page" class="container"> <div id="page" class="container">
<header id="header"> <header id="header">
<a id="login-link" href="login" class="btn">Log In</a> <a id="login-link" href="login" class="btn">Log In</a>
<img src="assets/branding/logo_caps.png" /> <img src="assets/branding/logo.png" />
</header> </header>
<div id="banner" class="row"> <div id="banner" class="row">