removes layout from admin tags controller

layout is inherited from admin base controller
This commit is contained in:
Juanjo Bazán
2015-08-17 14:55:12 +02:00
parent 2d85dd58b2
commit d758958b9b
2 changed files with 0 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
class Admin::TagsController < Admin::BaseController class Admin::TagsController < Admin::BaseController
layout 'admin'
before_action :find_tag, only: [:update, :destroy] before_action :find_tag, only: [:update, :destroy]
respond_to :html, :js respond_to :html, :js

View File

@@ -8,7 +8,6 @@
<%= f.submit(class: "button radius small") %> <%= f.submit(class: "button radius small") %>
<% end %> <% end %>
<h1><%= t("admin.tags.index.title") %></h1> <h1><%= t("admin.tags.index.title") %></h1>
<ul> <ul>