From 8d110cce91709ebb9587e2153007bd44bed95a06 Mon Sep 17 00:00:00 2001 From: devin Date: Wed, 5 Dec 2012 17:48:17 +0800 Subject: [PATCH] view update --- app/views/desktop/co_authors/index.html.erb | 43 ++++++++++++--------- 1 file changed, 25 insertions(+), 18 deletions(-) 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