This website requires JavaScript.
Explore
Help
Sign in
midgard
/
tab
Watch
1
Star
0
Fork
You've already forked tab
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
f884506abc
tab
/
app
/
views
/
application
/
_flash.html.haml
4 lines
103 B
Text
Raw
Normal View
History
Unescape
Escape
Remove 'True' flash message when session expires. This is because devise uses flash to store logic, instead of only information that has to be given to the user. The 'timedout' key has been removed from the flash hash. This should be reverted when devise changes this.
2016-02-17 12:13:21 +01:00
- flash.delete(:timedout).each do |key, value|
Add some links on application view
2015-09-09 17:34:49 +02:00
.pure-alert{ class: "pure-alert-#{key}" }
= value
Reference in a new issue
Copy permalink