changing to new admin_layout
This commit is contained in:
		
							parent
							
								
									2e2647af42
								
							
						
					
					
						commit
						1451c3ac1d
					
				|  | @ -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> | ||||||
|  | @ -1,14 +0,0 @@ | ||||||
| class Panel::Announcement::BackEnd::BulletinLinksController < ApplicationController |  | ||||||
|    |  | ||||||
|   layout 'new_admin' |  | ||||||
|    |  | ||||||
|   def index |  | ||||||
|     @bulletin_links = BulletinLink.all |  | ||||||
| 	 |  | ||||||
|     respond_to do |format| |  | ||||||
|       format.html # index.html.erb |  | ||||||
|       # format.xml  { render :xml => @bulletins } |  | ||||||
|       format.js |  | ||||||
|     end |  | ||||||
| 	 |  | ||||||
| end |  | ||||||
		Loading…
	
		Reference in New Issue