diff options
| author | Luc Donnet | 2014-06-25 16:34:19 +0200 |
|---|---|---|
| committer | Luc Donnet | 2014-06-25 16:34:19 +0200 |
| commit | 0449133dc118c1859511b23c02743bcf08dc7359 (patch) | |
| tree | c98e7831c160ee5837b216b3536a169a7830b425 /app/controllers/access_points_controller.rb | |
| parent | 3988cf436bd2a751b3f229eaeebe0e2f371f6774 (diff) | |
| download | chouette-core-0449133dc118c1859511b23c02743bcf08dc7359.tar.bz2 | |
Refactoring layout 2nd part Refs #0026847
Diffstat (limited to 'app/controllers/access_points_controller.rb')
| -rw-r--r-- | app/controllers/access_points_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/access_points_controller.rb b/app/controllers/access_points_controller.rb index 6203cefab..309550148 100644 --- a/app/controllers/access_points_controller.rb +++ b/app/controllers/access_points_controller.rb @@ -6,7 +6,7 @@ class AccessPointsController < ChouetteController end respond_to :html, :kml, :xml, :json - + layout "without_sidebar", :only => [:edit, :update] def index request.format.kml? ? @per_page = nil : @per_page = 12 |
