Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJames Kiesel <james.kiesel@gmail.com>2014-10-10 16:40:59 +0400
committerJames Kiesel <james.kiesel@gmail.com>2014-10-11 01:47:00 +0400
commite2e502ea68e8a7b1838464086e4099ad3a2f4c0b (patch)
tree32f8590e6a12ac9e519871df9c2b27686f2cde57 /app
parentd44300c7a2b7bc8bd33ab880134695d0dc75d490 (diff)
Show error message on invalid reset password attempt
Diffstat (limited to 'app')
-rw-r--r--app/views/passwords/new.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/passwords/new.haml b/app/views/passwords/new.haml
index 9ffcca124..9ee0347e5 100644
--- a/app/views/passwords/new.haml
+++ b/app/views/passwords/new.haml
@@ -5,6 +5,8 @@
%h1{id: "huge-text"}= AppConfig.settings.pod_name
= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => {:class => "form-horizontal block-form"}, :autocomplete => 'off') do |f|
+ %legend
+ %i= t('devise.passwords.new.no_account') unless devise_error_messages!.empty?
%fieldset
.control-group
%label{class: "control-label", for: "user_email", style: "width: 40%; text-align: center; padding: 10px 0; overflow: hidden"}