From 194ecca5fcbfe44afa334a022bb01462c18eef5c Mon Sep 17 00:00:00 2001 From: f Date: Mon, 26 Feb 2018 18:55:39 -0300 Subject: [PATCH] comentario --- app/views/i18n/_form.haml | 1 + 1 file changed, 1 insertion(+) 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}")