mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Real fix
This commit is contained in:
@@ -63,17 +63,12 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="item" style="padding-top: 10px">
|
||||
<<<<<<< HEAD
|
||||
{{for data.auth_list}}
|
||||
{{:helper.link(value.auth_name, 'eject', {'auth' : value.auth_hash}, null, 'itemContentWide')}}
|
||||
=======
|
||||
{{for auth_list}}
|
||||
{{if auth_hash}}
|
||||
{{:~link(auth_name, 'eject', {'removeid' : auth_hash}, null, 'itemContentWide')}}
|
||||
{{if value.auth_hash}}
|
||||
{{:helper.link(value.auth_name, 'eject', {'removeid' : value.auth_hash}, null, 'itemContentWide')}}
|
||||
{{else}}
|
||||
{{:~link("", 'eject', {'scanid' : 1}, null, 'itemContentWide')}}
|
||||
{{:helper.link("", 'eject', {'scanid' : 1}, null, 'itemContentWide')}}
|
||||
{{/if}}
|
||||
>>>>>>> 17574b8... Allows escape shuttle to scan IDs from within UI
|
||||
{{/for}}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user