aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
diff options
context:
space:
mode:
authorfrancis <francis>2007-11-07 10:26:29 +0000
committerfrancis <francis>2007-11-07 10:26:29 +0000
commit43026e0bf80aa1a1e97639269c3adb56f45cef54 (patch)
tree7c8849cfdbfb33ebd83c9650cd76921cf633d169 /app/helpers/application_helper.rb
parent3c1a4bae631663f7660f947c59d898f076f6e0b8 (diff)
Make login have signin and signup on same page, side by side.
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r--app/helpers/application_helper.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 5ecf8f57b..a63d36b39 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -5,7 +5,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: application_helper.rb,v 1.12 2007-11-01 05:35:43 francis Exp $
+# $Id: application_helper.rb,v 1.13 2007-11-07 10:26:30 francis Exp $
module ApplicationHelper
# URL generating functions are needed by all controllers (for redirects)
@@ -29,7 +29,6 @@ module ApplicationHelper
end
error_messages = objects.map {|object| object.errors.full_messages.map {|msg| content_tag(:li, msg) } }
content_tag(:div,
- content_tag(:p, 'Please correct the following and try again.') <<
content_tag(:ul, error_messages),
html
)