diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-03-26 17:37:25 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-05-21 03:16:21 -0500 |
commit | 8bf596861b24e1f813bdbb88aab853c3c94870c6 (patch) | |
tree | 3c56837b7a253563982ab252a37435221c2a3604 /app/views/about | |
parent | 6614d42c6e3aedd51b0e9b2a2bb5d6f0a19fcad0 (diff) |
move extended description presenter to own method
Diffstat (limited to 'app/views/about')
-rw-r--r-- | app/views/about/more.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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') |