Improve export processing condition on index view

This commit is contained in:
Andreas Nedbal 2022-07-02 14:43:53 +02:00 committed by Karina Kwiatek
parent 46f99b5f01
commit 58d91c9c46
1 changed files with 1 additions and 3 deletions

View File

@ -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