Skip to content

Commit 617acdc

Browse files
committed
Real fix
1 parent ba42104 commit 617acdc

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Diff for: nano/templates/escape_shuttle_control_console.tmpl

+3-8
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,12 @@
6363
</div>
6464
</div>
6565
<div class="item" style="padding-top: 10px">
66-
<<<<<<< HEAD
6766
{{for data.auth_list}}
68-
{{:helper.link(value.auth_name, 'eject', {'auth' : value.auth_hash}, null, 'itemContentWide')}}
69-
=======
70-
{{for auth_list}}
71-
{{if auth_hash}}
72-
{{:~link(auth_name, 'eject', {'removeid' : auth_hash}, null, 'itemContentWide')}}
67+
{{if value.auth_hash}}
68+
{{:helper.link(value.auth_name, 'eject', {'removeid' : value.auth_hash}, null, 'itemContentWide')}}
7369
{{else}}
74-
{{:~link("", 'eject', {'scanid' : 1}, null, 'itemContentWide')}}
70+
{{:helper.link("", 'eject', {'scanid' : 1}, null, 'itemContentWide')}}
7571
{{/if}}
76-
>>>>>>> 17574b8... Allows escape shuttle to scan IDs from within UI
7772
{{/for}}
7873
</div>
7974

0 commit comments

Comments
 (0)