<% else %>
<% Site.all.each do |site| %>
<% next if site.name == 'yodel' %>
<%= site.name %>Visit Admin
<%= delete_link 'Delete', wrap: ["", nil], class: 'action', confirm: 'Are you sure you want to delete this site? Unless you have deployed it to a remote server, you will not be able to recover it.' %>
<% end %>
<% end %>
Remote Sites
<% if Remote.count > 0 %>
<% Remote.all.each do |remote| %>