<% @co_authors.each_with_index do |co_author,i| %>
<% if ( i % 4 ) == 0 %>
<% end %>
-
<%= link_to 'Edit', edit_desktop_co_author_path(co_author), :class => "bt-edit admbg2 admtxt" %>
<%= link_to 'Destroy', desktop_co_author_path(co_author), method: :delete, confirm: 'Are you sure?', :class=>"bt-delete admbg2 admtxt" %>
<% if ( i % 4 ) == 3 %>
<% end %>
<% end %>