Please select the instance you would like to launch.

<% names.each do |id, name| %>
<% label = name.present? ? "#{id} - #{name}" : id %> <%= link_to label, root_path(app_instance_id: id) %>
<% end %>