diff --git a/app/views/admin/communication/blocks/templates/definitions/_static.html.erb b/app/views/admin/communication/blocks/templates/definitions/_static.html.erb index 51a2c4a72da7e5b73e2416323069df4fc8f017da..2dd4e4ddb427ede024ae58123ca8e3dbfeb6fdf9 100644 --- a/app/views/admin/communication/blocks/templates/definitions/_static.html.erb +++ b/app/views/admin/communication/blocks/templates/definitions/_static.html.erb @@ -1,6 +1,6 @@ <% block.template.definitions.each do |definition| %> - title: >- - <%= prepare_html_for_static definition.title, about.university, 5 %> + <%= prepare_html_for_static definition.title, about.university %> text: >- - <%= prepare_html_for_static definition.text, about.university, 5 %> + <%= prepare_html_for_static definition.text, about.university %> <% end %> diff --git a/app/views/admin/communication/blocks/templates/embed/_static.html.erb b/app/views/admin/communication/blocks/templates/embed/_static.html.erb index a167ed95eb32e6cc2c5999e17d30ce4068e65c30..70c103de660f51056d574bd34426c06c00cc2c08 100644 --- a/app/views/admin/communication/blocks/templates/embed/_static.html.erb +++ b/app/views/admin/communication/blocks/templates/embed/_static.html.erb @@ -1,4 +1,4 @@ code: >- - <%= prepare_html_for_static block.template.code, about.university, 4 %> + <%= prepare_html_for_static block.template.code, about.university %> transcription: >- <%= prepare_text_for_static block.template.transcription, 4 %>