changing to new admin_layout
This commit is contained in:
		
							parent
							
								
									928c642840
								
							
						
					
					
						commit
						b17cd7570f
					
				|  | @ -0,0 +1,11 @@ | |||
| <tr class="with_action"> | ||||
|     <td class="span1"><input type="checkbox"></td> | ||||
|     <td class="span1-2"><%= location %></td> | ||||
|     <td class="span1"> | ||||
|     <i class="icons-picture img-peview" rel="popover" data-content="<img src=<%= ad_image.file  %> />" data-original-title=<%= ad_image.picture_intro %>></i> | ||||
|     </td> | ||||
|     <td class="span7"><%= link_to (ad_image.picture_intro || t("untitled")),'' %></td> | ||||
|     <td class="span1-2"><%= start_date %></td> | ||||
|     <td class="span1-2"><%= end_date.nil?? t('form.date_unlimited'): end_date %></td> | ||||
|     <td class="span1-2"><%= style %></td> | ||||
| </tr> | ||||
		Loading…
	
		Reference in New Issue