Improve export processing condition on index view
This commit is contained in:
parent
c5a2d25f9d
commit
b17df72b61
|
@ -4,9 +4,7 @@ class Settings::ExportController < ApplicationController
|
||||||
before_action :authenticate_user!
|
before_action :authenticate_user!
|
||||||
|
|
||||||
def index
|
def index
|
||||||
if current_user.export_processing
|
flash[:info] = t(".info") if current_user.export_processing
|
||||||
flash[:info] = t(".info")
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def create
|
def create
|
||||||
|
|
Loading…
Reference in New Issue