Trying to get authlogic running
This commit is contained in:
parent
06f09c0486
commit
737ff62cfc
23 changed files with 306 additions and 4 deletions
6
app/views/shared/_error_messages.slim
Normal file
6
app/views/shared/_error_messages.slim
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
- if target.errors.any?
|
||||
div id="errorExplanation"
|
||||
h2 Errors
|
||||
ul
|
||||
- target.errors.full_messages.each do |msg|
|
||||
li = msg
|
||||
Loading…
Add table
Add a link
Reference in a new issue