Error message look slightly better.
This commit is contained in:
parent
83c6eadc0c
commit
22e7104ea1
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ class AdminController < ApplicationController
|
|||
if wiki.setup?
|
||||
flash[:error] = <<-EOL
|
||||
Wiki has already been created in '#{@wiki.storage_path}'. Shut down Instiki and delete
|
||||
this directory if you want to recreate it from scratch.<br/>
|
||||
this directory if you want to recreate it from scratch.<br/><br/>
|
||||
(WARNING: this will destroy content of your current wiki).
|
||||
EOL
|
||||
redirect_show('HomePage', @wiki.webs.keys.first)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue