view update
This commit is contained in:
		
							parent
							
								
									b1fd82197e
								
							
						
					
					
						commit
						68489084b0
					
				| 
						 | 
					@ -4,6 +4,10 @@
 | 
				
			||||||
  <%= link_to "New Type",  desktop_co_author_relations_path, :class=>"bt-new-type fn_btn hp hh2 thmc2 thmtxt" %>
 | 
					  <%= link_to "New Type",  desktop_co_author_relations_path, :class=>"bt-new-type fn_btn hp hh2 thmc2 thmtxt" %>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 | 
					<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| %>
 | 
					      <% @co_authors.each_with_index do |co_author,i| %>
 | 
				
			||||||
        <% if ( i % 5 ) == 0 %>
 | 
					        <% if ( i % 5 ) == 0 %>
 | 
				
			||||||
          <div class="g_col">
 | 
					          <div class="g_col">
 | 
				
			||||||
| 
						 | 
					@ -24,3 +28,6 @@
 | 
				
			||||||
          </div>
 | 
					          </div>
 | 
				
			||||||
        <% end %>
 | 
					        <% end %>
 | 
				
			||||||
      <% end %>
 | 
					      <% end %>
 | 
				
			||||||
 | 
					    </div>
 | 
				
			||||||
 | 
					  </div>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
		Loading…
	
		Reference in New Issue