Skip to content

Commit 2714e20

Browse files
author
Kristan Kenney
committed
Code cleanup
1 parent 3292a6b commit 2714e20

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

web/templates/admin/edit_user.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
<div class="l-sort clearfix">
33
<div class="l-unit-toolbar__buttonstrip">
44
<a class="ui-button cancel" id="btn-back" href="/list/user/"><i class="fas fa-arrow-left status-icon blue"></i> <?=_('Back')?></a>
5-
65
<? if (($_SESSION['user'] == $v_username) || (isset($_SESSION['look']))) {?>
76
<a href="/list/key/" id="btn-create" class="ui-button cancel" title="<?=_('Manage SSH keys');?>"><i class="fas fa-key status-icon orange"></i><?=_('Manage SSH keys')?></a>
87
<a href="/list/log/" id="btn-create" class="ui-button cancel" title="<?=_('Logs');?>"><i class="fas fa-history status-icon maroon"></i><?=_('Logs')?></a>
98
<? } ?>
10-
11-
129
</div>
1310
<div class="l-unit-toolbar__buttonstrip float-right">
1411
<? if (($_SESSION['user'] == $v_username) || (isset($_SESSION['look']))) {?>

0 commit comments

Comments
 (0)