<% ['Virtual Machines', 'Repositories', 'Current Token'].each do |section| %> <% section_id = section.gsub(" ","_").downcase %>
<%= render partial: "manage_#{section_id}" %>
<% end %>
<% ['SSH Keys'].each do |section| %> <% section_id = section.gsub(" ","_").downcase %>
<%= link_to "Add new SSH key", add_ssh_key_popup_url, {class: 'btn btn-xs btn-primary', :remote => true, 'data-toggle' => "modal", 'data-target' => '#add-ssh-key-modal-window'} %>

<%= section %>

<%= render partial: "manage_#{section_id}" %>
<% end %>