diff --git a/app/views/i18n/_form.haml b/app/views/i18n/_form.haml index af3cb509..c44e7751 100644 --- a/app/views/i18n/_form.haml +++ b/app/views/i18n/_form.haml @@ -31,6 +31,7 @@ %ul.list-group - @site.data.dig(@lang_from).each_pair do |section, content| %li.list-group-item.align-items-center.justify-content-between.d-flex + -# https://github.com/turbolinks/turbolinks/issues/75 %a{href: "##{section}", title: t('help.i18n.toc'), data: { turbolinks: 'false', toggle: 'tooltip' }}= t("help.i18n.#{section}")