layout fix
This commit is contained in:
		
							parent
							
								
									6ae4e4d0ef
								
							
						
					
					
						commit
						0c659e5a9b
					
				|  | @ -1,17 +1,13 @@ | ||||||
| <% @conference_co_author_relations.each_with_index do |conference_co_author_relation,i| %> |  | ||||||
|   <% if ( i % 6 ) == 0 %> |  | ||||||
|     <div class="s_grid_con s_form"> |  | ||||||
|  <ul> |  <ul> | ||||||
|       <% end %> | <% @conference_co_author_relations.each_with_index do |conference_co_author_relation,i| %> | ||||||
|       <li class="s_grid_row"> | 
 | ||||||
|  |       <li class="s_grid_row" item="true"> | ||||||
|       <div class="form_space" id="form_space_<%= i.to_s %>"><%= conference_co_author_relation.relation %></div> |       <div class="form_space" id="form_space_<%= i.to_s %>"><%= conference_co_author_relation.relation %></div> | ||||||
|       <div class="list_item_function"> |       <div class="list_item_function"> | ||||||
|         <%= link_to 'Edit', edit_panel_personal_conference_desktop_conference_co_author_relation_path(conference_co_author_relation), :class => "bt-edit-type admbg2 admtxt", "content-holder"=>"#form_space_"+i.to_s, "ajax-remote"=>"get" %> |         <%= link_to 'Edit', edit_panel_personal_conference_desktop_conference_co_author_relation_path(conference_co_author_relation), :class => "bt-edit-type admbg2 admtxt", "content-holder"=>"#form_space_"+i.to_s, "ajax-remote"=>"get" %> | ||||||
|         <%= link_to 'Destroy', panel_personal_conference_desktop_conference_co_author_relation_path(conference_co_author_relation), "confirm-message"=>'Are you sure?', "ajax-remote"=>"delete", :class=>"bt-delete admbg2 admtxt" %> |         <%= link_to 'Destroy', panel_personal_conference_desktop_conference_co_author_relation_path(conference_co_author_relation), "confirm-message"=>'Are you sure?', "ajax-remote"=>"delete", :class=>"bt-delete admbg2 admtxt" %> | ||||||
|       </div> |       </div> | ||||||
|       </li> |       </li> | ||||||
|       <% if ( i % 6 ) == 5 %> |      | ||||||
|  | <% end %> | ||||||
| </ul> | </ul> | ||||||
|     </div> |  | ||||||
|   <% end %> |  | ||||||
| <% end %> |  | ||||||
|  |  | ||||||
|  | @ -1,17 +1,11 @@ | ||||||
| <% @journal_co_author_relations.each_with_index do |journal_co_author_relation,i| %> |  | ||||||
|   <% if ( i % 6 ) == 0 %> |  | ||||||
|     <div class="s_grid_con s_form"> |  | ||||||
| <ul> | <ul> | ||||||
|       <% end %> | <% @journal_co_author_relations.each_with_index do |journal_co_author_relation,i| %> | ||||||
|       <li class="s_grid_row"> |       <li class="s_grid_row" item="true"> | ||||||
|       <div class="form_space" id="form_space_<%= i.to_s %>"><%= journal_co_author_relation.relation %></div> |       <div class="form_space" id="form_space_<%= i.to_s %>"><%= journal_co_author_relation.relation %></div> | ||||||
|       <div class="list_item_function"> |       <div class="list_item_function"> | ||||||
|         <%= link_to 'Edit', edit_panel_personal_journal_desktop_journal_co_author_relation_path(journal_co_author_relation), :class => "bt-edit-type admbg2 admtxt", "content-holder"=>"#form_space_"+i.to_s, "ajax-remote"=>"get" %> |         <%= link_to 'Edit', edit_panel_personal_journal_desktop_journal_co_author_relation_path(journal_co_author_relation), :class => "bt-edit-type admbg2 admtxt", "content-holder"=>"#form_space_"+i.to_s, "ajax-remote"=>"get" %> | ||||||
|         <%= link_to 'Destroy', panel_personal_journal_desktop_journal_co_author_relation_path(journal_co_author_relation), "confirm-message"=>'Are you sure?', "ajax-remote"=>"delete", :class=>"bt-delete admbg2 admtxt" %> |         <%= link_to 'Destroy', panel_personal_journal_desktop_journal_co_author_relation_path(journal_co_author_relation), "confirm-message"=>'Are you sure?', "ajax-remote"=>"delete", :class=>"bt-delete admbg2 admtxt" %> | ||||||
|       </div> |       </div> | ||||||
|       </li> |       </li> | ||||||
|       <% if ( i % 6 ) == 5 %> | <% end %> | ||||||
| </ul> | </ul> | ||||||
|     </div> |  | ||||||
|   <% end %> |  | ||||||
| <% end %> |  | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue