eduqg / LifeToRemind

:notebook_with_decorative_cover: Rails website to help students to create career plans.
https://lifetoremindhub.herokuapp.com/
BSD 3-Clause "New" or "Revised" License
11 stars 15 forks source link

Show flash messages with overlay #12

Closed decabeza closed 4 years ago

decabeza commented 4 years ago

Related issue

This PR close Flash messages overlay #8.

Objective

Now flash messages overlay instead of creating white space when appear. I have used the same layouts/_notice.html.erb partial with a new method to show or not CSS classes depending if the view is on devise controller.

Screenshots

Alert danger

alert_danger

Alert info alert_info

Alert success alert_success