From 68489084b077ee8174bfd1fc3c36a15b213380dd 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 7aacbd70..5d130e8d 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