Merge pull request #4772 from svbergerem/image-branding-fix

Fix image branding logo_caps
This commit is contained in:
Jonne Haß 2014-02-09 20:40:33 +01:00
commit b59bb75b3d
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -94,7 +94,7 @@
<div id="page" class="container">
<header id="header">
<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>
<div id="banner" class="row">