We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b148ff3 commit 3cc31b7Copy full SHA for 3cc31b7
app/controllers/pdfviewer_controller.rb
@@ -5,7 +5,7 @@ def index
5
@id = params[:id]
6
@parent_id = FileSet.find(@id).parent_id
7
else
8
- redirect_to root_path, notice: "Document not found"
+ redirect_to root_path, alert: "Document not found"
9
end
10
11
0 commit comments