From 59f6e1055cd443e19f7e946683533ba7320c8570 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Thu, 24 Sep 2020 07:34:41 +0000 Subject: Merge branch '690-fix-go-to-latest-link-in-archived-docs' into 'master' Fix "Go to latest" link in archived docs Closes #690 See merge request gitlab-org/gitlab-docs!1136 (cherry picked from commit 1d95a1c342ca2d6ba70e62f6d07f0eae4f5c65a1) 62762a3a Fix "Go to latest" link in archived docs --- layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/default.html b/layouts/default.html index 09579797..e0735190 100644 --- a/layouts/default.html +++ b/layouts/default.html @@ -7,7 +7,7 @@ <%= render '/gtm.*' %> <%= render '/header.*' %> -
data-latest-version-url="<%= @item.identifier.without_ext + '.html' %>" data-archives-url="/archives/">
+
data-latest-version-url='<%= @item.identifier.without_ext + '.html' %>' data-archives-url="/archives/">