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