making image names more generic
This commit is contained in:
parent
502db347cc
commit
8eb9ab1781
8 changed files with 6 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,7 +1,8 @@
|
|||
#trademark sillyness
|
||||
app/views/home/_show.html.haml
|
||||
app/views/home/_show.mobile.haml
|
||||
#
|
||||
public/images/ball_small.png
|
||||
public/images/ball.png
|
||||
# Configuration files
|
||||
config/app_config.yml
|
||||
config/fb_config.yml
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
.container#head{:style => "position:relative;"}
|
||||
|
||||
- if current_user
|
||||
= link_to image_tag('diaspora_logo_small.png', :height => "16px", :width => "161px", :class => "diaspora_header_logo"), root_path
|
||||
= link_to image_tag('logo_small.png', :height => "16px", :width => "161px", :class => "diaspora_header_logo"), root_path
|
||||
- else
|
||||
= link_to image_tag('diaspora_logo_large.png', :height => "32px", :width => "321px", :class => "diaspora_header_logo"), root_path
|
||||
= link_to image_tag('logo_large.png', :height => "32px", :width => "321px", :class => "diaspora_header_logo"), root_path
|
||||
|
||||
- if !current_user
|
||||
.right
|
||||
|
|
|
|||
|
|
@ -21,6 +21,6 @@
|
|||
|
||||
%body
|
||||
%div{:data => {:role => 'header', :nobackbtn => 'true'}}
|
||||
= link_to image_tag('diaspora_logo_large.png', :height => "32px", :width => "321px", :class => "diaspora_header_logo"), root_path
|
||||
= link_to image_tag('logo_large.png', :height => "32px", :width => "321px", :class => "diaspora_header_logo"), root_path
|
||||
#content{:data => {:role => 'page', :theme => "b"}}
|
||||
= yield
|
||||
= yield
|
||||
|
|
|
|||
BIN
public/images/logo_caps.png
Normal file
BIN
public/images/logo_caps.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
BIN
public/images/logo_large.png
Normal file
BIN
public/images/logo_large.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7 KiB |
BIN
public/images/logo_small.png
Normal file
BIN
public/images/logo_small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
BIN
public/images/white.png
Normal file
BIN
public/images/white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/images/white_on_grey.png
Normal file
BIN
public/images/white_on_grey.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue