Skip to content

Commit

Permalink
images added
Browse files Browse the repository at this point in the history
  • Loading branch information
webgem-jpl committed Dec 6, 2014
1 parent ef84767 commit 5ffefb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/home/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%span.icon-bar
%span.icon-bar
%a.btn.btn-success.pull-left{:href => "/users/sign_in"} Login
%a{ href= "/"+I18n.locale.to_s %img(id="logo" class="center-block" src="/images/logo.png" alt="Tomatopolis">)}
= link_to image_tag( 'image/tomato/logo.jpg'), 'http://www.tomatopolis.com'
.nav-collapse
%ul.nav
%li
Expand Down
2 changes: 1 addition & 1 deletion app/views/sessions/new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.container-fluid#login
.row-fluid
.span12.text-center
%a{ href= "/"+I18n.locale.to_s %img(id="logo" class="center-block" src="/images/logo.png" alt="Tomatopolis">)}
= link_to image_tag( 'image/tomato/logo.jpg'), 'http://www.tomatopolis.com'
.row-fluid
.span4.offset4
= form_for resource, :as => resource_name, :url => session_path(resource_name), :html => {:class => 'form-signin'}, :autocomplete => 'off' do |f|
Expand Down

0 comments on commit 5ffefb3

Please sign in to comment.