Implements sign up during registration. Solves most of #215
This commit is contained in:
parent
511007138a
commit
e8ab94e1c7
12 changed files with 101 additions and 36 deletions
|
|
@ -24,7 +24,6 @@ module ApplicationHelper
|
|||
end
|
||||
|
||||
def bootstrap_class_for(flash_type)
|
||||
logger.debug "flash_type is #{flash_type}"
|
||||
case flash_type
|
||||
when 'success'
|
||||
'alert-success'
|
||||
|
|
@ -35,7 +34,7 @@ module ApplicationHelper
|
|||
when 'notice'
|
||||
'alert-info'
|
||||
else
|
||||
flash_type.to_s
|
||||
'alert-warning'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue