Merge pull request #3323 from consul/ui-fixes

[Backport] Fix UI details for a better UX and design
This commit is contained in:
Alberto
2019-02-20 14:37:46 +01:00
committed by GitHub
10 changed files with 81 additions and 30 deletions

View File

@@ -2,7 +2,7 @@ class Admin::Legislation::ProcessesController < Admin::Legislation::BaseControll
include Translatable
include ImageAttributes
has_filters %w[open all], only: :index
has_filters %w[active all], only: :index
load_and_authorize_resource :process, class: "Legislation::Process"