mirror of
https://github.com/redmine/redmine.git
synced 2025-11-04 20:35:57 +01:00
Text formatting drop down disabled if RedCloth is not available (system settings).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@497 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -29,5 +29,6 @@ class SettingsController < ApplicationController
|
||||
params[:settings].each { |name, value| Setting[name] = value }
|
||||
redirect_to :action => 'edit' and return
|
||||
end
|
||||
@textile_available = ActionView::Helpers::TextHelper.method_defined?("textilize")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user