You've already forked explain.depesz.com
mirror of
https://gitlab.com/depesz/explain.depesz.com.git
synced 2025-11-29 23:08:18 +02:00
fix "mail sent" message
It was handled, but with a simple typo (stash!=flash).
This commit is contained in:
@@ -5,9 +5,9 @@
|
|||||||
|
|
||||||
<h1><%= $title =%></h1>
|
<h1><%= $title =%></h1>
|
||||||
|
|
||||||
% if ( stash 'message' ) {
|
% if ( flash 'message' ) {
|
||||||
<div class="message">
|
<div class="message">
|
||||||
<p><%= stash 'message' =%></p>
|
<p class="message"><%= flash 'message' =%></p>
|
||||||
</div>
|
</div>
|
||||||
% }
|
% }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user