diff --git a/app/views/desktop/co_authors/index.html.erb b/app/views/desktop/co_authors/index.html.erb index 7aacbd70e..5d130e8de 100644 --- a/app/views/desktop/co_authors/index.html.erb +++ b/app/views/desktop/co_authors/index.html.erb @@ -4,23 +4,30 @@ <%= link_to "New Type", desktop_co_author_relations_path, :class=>"bt-new-type fn_btn hp hh2 thmc2 thmtxt" %> -<% @co_authors.each_with_index do |co_author,i| %> - <% if ( i % 5 ) == 0 %> -
-
- <% end %> -<% end %> \ No newline at end of file + + \ No newline at end of file