1
0

Moved flash messages display to partial

This commit is contained in:
cryptogopher
2019-12-26 20:00:52 +01:00
parent 79c30be601
commit e36e667ead
6 changed files with 7 additions and 10 deletions

View File

@@ -0,0 +1,2 @@
$('div[id^=flash_]').remove();
$('#content').prepend('<%= j render_flash_messages %>');