We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e1350 commit aae88e5Copy full SHA for aae88e5
view.html.erb
@@ -23,12 +23,8 @@
23
})();
24
</script>
25
26
-<% if code_server_version == '4.8.3' %>
27
<form id="<%= form_id %>" action="/rnode/<%= host %>/<%= port %>/login?to=" method="post" target="_blank">
28
<input type="hidden" name="password" value="<%= password %>">
29
-<% else %>
30
-<form id="<%= form_id %>" action="/rnode/<%= host %>/<%= port %>/" method="get" target="_blank">
31
-<% end %>
32
<button class="btn btn-primary" type="submit">
33
<i class="fa fa-cogs"></i> Connect to VS Code
34
</button>
0 commit comments