Loading templates/layouts/default.html.ep +5 −3 Original line number Diff line number Diff line Loading @@ -32,10 +32,12 @@ </nav> <div class="container"> % if (is_user_authenticated()) { % my $acc = get_user_data(); % if ($acc and $acc->{deletion_requested}) { %= include '_deletion_note', timestamp => $acc->{deletion_requested} % } % } %= content </div> Loading Loading
templates/layouts/default.html.ep +5 −3 Original line number Diff line number Diff line Loading @@ -32,10 +32,12 @@ </nav> <div class="container"> % if (is_user_authenticated()) { % my $acc = get_user_data(); % if ($acc and $acc->{deletion_requested}) { %= include '_deletion_note', timestamp => $acc->{deletion_requested} % } % } %= content </div> Loading