From 34e16b7d7a88013578014be0402ab686b03f235b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 1 Jul 2025 08:40:49 +0200 Subject: lib: Introduce the PlainExporter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This class exports things into plain text. It follows a close format to that of the one for UOC, but without any formatting. Signed-off-by: Miquel Sabaté Solà --- app/views/exports/new.html.erb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views') diff --git a/app/views/exports/new.html.erb b/app/views/exports/new.html.erb index 631da20..fa52360 100644 --- a/app/views/exports/new.html.erb +++ b/app/views/exports/new.html.erb @@ -11,6 +11,7 @@ <%= I18n.t('searches.export.action').capitalize %> -- cgit v1.2.3