Browse Source

sign in message out

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
e13a8dcb5e
  1. 1
      app/assets/stylesheets/application.css.erb
  2. 3
      config/locales/devise.en.yml

1
app/assets/stylesheets/application.css.erb

@ -20,4 +20,3 @@
border: 1px solid #bb9004;
background: #f9c006 url("<%= asset_path("web-app-theme/themes/default/images/messages/warning.png") %>") no-repeat 10px center;
}

3
config/locales/devise.en.yml

@ -22,7 +22,8 @@ en:
timeout: 'Your session expired, please sign in again to continue.'
inactive: 'Your account was not activated yet.'
sessions:
signed_in: 'Signed in successfully.'
# signed_in: 'Signed in successfully.'
signed_in: ''
signed_out: 'Signed out successfully.'
passwords:
send_instructions: 'You will receive an email with instructions about how to reset your password in a few minutes.'

Loading…
Cancel
Save