fix typo
This commit is contained in:
@@ -123,7 +123,7 @@ class TemplatesController < ApplicationController
|
|||||||
if template.account == current_account
|
if template.account == current_account
|
||||||
redirect_to(edit_template_path(@template))
|
redirect_to(edit_template_path(@template))
|
||||||
else
|
else
|
||||||
redirect_back(fallback_location: root_path, notice: 'Template has been clonned')
|
redirect_back(fallback_location: root_path, notice: 'Template has been cloned')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user