<% @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", "ajax-remote"=>"get" %>
<%= link_to 'Destroy', desktop_co_author_path(co_author), "ajax-remote"=>"delete", "confirm-message"=>'Are you sure?', "callback-method"=>"paperDelete", :class=>"bt-delete admbg2 admtxt" %>
<% if ( i % 4 ) == 3 %>
<% end %>
<% end %>