Merge branch 'publication' of https://github.com/Rulingcom/orbit into publication

* 'publication' of https://github.com/Rulingcom/orbit:
  view update
This commit is contained in:
Rueshyna 2012-12-05 17:50:09 +08:00
commit e64306e133
1 changed files with 25 additions and 18 deletions

View File

@ -4,7 +4,11 @@
<%= link_to "New Type", desktop_co_author_relations_path, :class=>"bt-new-type fn_btn hp hh2 thmc2 thmtxt" %>
</div>
</div>
<% @co_authors.each_with_index do |co_author,i| %>
<div id="co_author" class="tinycanvas vp">
<div class="scrollbar sb_h vp"><div class="track"><div class="thumb thmc2"><div class="end"></div></div></div></div>
<div class="viewport">
<div class="overview">
<% @co_authors.each_with_index do |co_author,i| %>
<% if ( i % 5 ) == 0 %>
<div class="g_col">
<ul>
@ -23,4 +27,7 @@
</ul>
</div>
<% end %>
<% end %>
<% end %>
</div>
</div>
</div>