diff options
Diffstat (limited to 'app/views/exports/new.html.erb')
| -rw-r--r-- | app/views/exports/new.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <select id="export-select-format" data-action="export#change"> <option selected="selected" value="csv">CSV</option> <option value="uoc">UOC</option> + <option value="txt">Plain text</option> </select> <a id="export-format-button" class="button" href="#"><%= I18n.t('searches.export.action').capitalize %></a> |
