tab/app/views/partials/_flash.html.haml
benji d2df3d2517 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:15:39 +01:00

4 lines
103 B
Plaintext

- flash.delete(:timedout).each do |key, value|
.pure-alert{ class: "pure-alert-#{key}" }
= value