From 8bf596861b24e1f813bdbb88aab853c3c94870c6 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Tue, 26 Mar 2019 17:37:25 -0500 Subject: move extended description presenter to own method --- app/views/about/more.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/about') diff --git a/app/views/about/more.html.haml b/app/views/about/more.html.haml index f02a7906a..54e039519 100644 --- a/app/views/about/more.html.haml +++ b/app/views/about/more.html.haml @@ -43,4 +43,4 @@ .column-3 .box-widget - .rich-formatting= @instance_presenter.site_extended_description.html_safe.presence || t('about.extended_description_html') + .rich-formatting= @instance_presenter.extended_description || t('about.extended_description_html') -- cgit