From 2a98a04ed8ef8ff341271b0c6d0e2f39596b4ee4 Mon Sep 17 00:00:00 2001 From: Adrian Hinz Date: Sat, 30 Apr 2022 18:53:28 +0200 Subject: [PATCH] added links to tiny MCE --- app/views/grants/_form.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/grants/_form.html.erb b/app/views/grants/_form.html.erb index 773ffeb..4226fe5 100644 --- a/app/views/grants/_form.html.erb +++ b/app/views/grants/_form.html.erb @@ -228,7 +228,7 @@ toolbar: 'undo redo | blocks | ' + 'bold italic backcolor | alignleft aligncenter ' + 'alignright alignjustify | bullist numlist outdent indent | ' + - 'removeformat | table tableinsertdialog tablecellprops tableprops advtablerownumbering', + 'removeformat link | table tableinsertdialog tablecellprops tableprops advtablerownumbering', content_style: 'body { font-family:Helvetica,Arial,sans-serif; font-size:16px }' }); @@ -244,7 +244,7 @@ toolbar: 'undo redo | blocks | ' + 'bold italic backcolor | alignleft aligncenter ' + 'alignright alignjustify | bullist numlist outdent indent | ' + - 'removeformat | table tableinsertdialog tablecellprops tableprops advtablerownumbering', + 'removeformat link | table tableinsertdialog tablecellprops tableprops advtablerownumbering', content_style: 'body { font-family:Helvetica,Arial,sans-serif; font-size:16px }', language: 'pl' }); @@ -261,7 +261,7 @@ toolbar: 'undo redo | blocks | ' + 'bold italic backcolor | alignleft aligncenter ' + 'alignright alignjustify | bullist numlist outdent indent | ' + - 'removeformat | table tableinsertdialog tablecellprops tableprops advtablerownumbering', + 'removeformat link | table tableinsertdialog tablecellprops tableprops advtablerownumbering', content_style: 'body { font-family:Helvetica,Arial,sans-serif; font-size:16px }' }); });