Skip to content

Commit

Permalink
remove voze image on sessiosn pages temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
charliesome committed Apr 9, 2012
1 parent 4a91701 commit b08e2d0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion rails/app/views/password_resets/create.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<div id="outer-login-container">
<%= image_tag "voze_small.png", alt: "Voze" %>
<div class="container" id="login-container">
<h2>Password reset</h2>
<p>
Expand Down
1 change: 0 additions & 1 deletion rails/app/views/password_resets/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<div id="outer-login-container">
<%= image_tag "voze_small.png", alt: "Voze" %>
<div class="container" id="login-container">
<h2>Password reset</h2>
<%= form_for :password_reset, url: password_resets_path do |f| %>
Expand Down
1 change: 0 additions & 1 deletion rails/app/views/sessions/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<div id="outer-login-container">
<%= image_tag "voze_small.png", alt: "Voze" %>
<div class="container" id="login-container">
<h2>Login</h2>
<% if @failed_login %>
Expand Down
1 change: 0 additions & 1 deletion rails/app/views/users/new.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<div id="outer-login-container">
<%= image_tag "voze_small.png", alt: "Voze" %>
<div class="container" id="login-container">
<h2>Register</h2>
<% if @errors %>
Expand Down

0 comments on commit b08e2d0

Please sign in to comment.