Skip to content

Commit

Permalink
Merge pull request #1517 from BitLucid/feat/ninjamaster-fix
Browse files Browse the repository at this point in the history
Fix for created_date in account nm.
  • Loading branch information
tchalvak authored Aug 28, 2023
2 parents d8e86b5 + 4605a7e commit 320ee56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/templates/ninjamaster.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
<dt>Last Login Failure</dt><dd><time class='timeago' datetime='{$first_account->getLastLoginFailure()|escape}'>{$first_account->getLastLoginFailure()|escape}</time></dd>
<dt>Operational</dt><dd>{if $first_account->isOperational()}true{else}false{/if}</dd>
<dt>Confirmed</dt><dd>{if $first_account->isConfirmed()}1{else}0{/if}</dd>
<dt>Created</dt><dd>{$first_account.created_date|escape}</dd>
<dt>Created</dt><dd><time class="created-time timeago" datetime="{$first_account->created_date|escape}" title="{$first_account->created_date|escape}">
{$first_account->created_date|escape}</time></dd>
</dl>
</div>
<details class='constrained' style='margin-bottom:1.25rem'>
Expand Down

0 comments on commit 320ee56

Please sign in to comment.