diff options
Diffstat (limited to 'app/views/settings/_general.rhtml')
-rw-r--r-- | app/views/settings/_general.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/settings/_general.rhtml b/app/views/settings/_general.rhtml index ff0dde357..a2f014528 100644 --- a/app/views/settings/_general.rhtml +++ b/app/views/settings/_general.rhtml @@ -20,6 +20,8 @@ <p><%= setting_select :text_formatting, Redmine::WikiFormatting.format_names.collect{|name| [name, name.to_s]}, :blank => :label_none %></p> +<p><%= setting_check_box :cache_formatted_text %></p> + <p><%= setting_select :wiki_compression, [['Gzip', 'gzip']], :blank => :label_none %></p> <p><%= setting_text_field :feeds_limit, :size => 6 %></p> |