fix image branding logo_caps
This commit is contained in:
parent
3e3979cc28
commit
29d524d836
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue