From d758958b9b7426c99377776b19e88639b08f5e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Mon, 17 Aug 2015 14:55:12 +0200 Subject: [PATCH] removes layout from admin tags controller layout is inherited from admin base controller --- app/controllers/admin/tags_controller.rb | 1 - app/views/admin/tags/index.html.erb | 1 - 2 files changed, 2 deletions(-) diff --git a/app/controllers/admin/tags_controller.rb b/app/controllers/admin/tags_controller.rb index ecacdbdb2..03cfeb64f 100644 --- a/app/controllers/admin/tags_controller.rb +++ b/app/controllers/admin/tags_controller.rb @@ -1,5 +1,4 @@ class Admin::TagsController < Admin::BaseController - layout 'admin' before_action :find_tag, only: [:update, :destroy] respond_to :html, :js diff --git a/app/views/admin/tags/index.html.erb b/app/views/admin/tags/index.html.erb index 4dbbed167..305728b1a 100644 --- a/app/views/admin/tags/index.html.erb +++ b/app/views/admin/tags/index.html.erb @@ -8,7 +8,6 @@ <%= f.submit(class: "button radius small") %> <% end %> -

<%= t("admin.tags.index.title") %>