Merge pull request #4772 from svbergerem/image-branding-fix
Fix image branding logo_caps
This commit is contained in:
commit
b59bb75b3d
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue