diff --git a/app/views/my_projects_overviews/_block_textilizable.html.erb b/app/views/my_projects_overviews/_block_textilizable.html.erb index 343896532a..adb65a6e90 100644 --- a/app/views/my_projects_overviews/_block_textilizable.html.erb +++ b/app/views/my_projects_overviews/_block_textilizable.html.erb @@ -51,7 +51,7 @@ See doc/COPYRIGHT.md for more details.
<%= styled_label_tag "textile_#{block_name}", t('info_custom_text') %> -
+
<%= styled_text_area_tag "textile_#{block_name}", textile.html_safe, cols: 40, rows: 5, class: 'wiki-edit' %>