From 5985072a576ae27f5c3048ade2fa7758cdf481f8 Mon Sep 17 00:00:00 2001 From: Pablo Brasero Date: Thu, 23 Jan 2020 15:15:12 +0000 Subject: [PATCH] Declare doctype, language and charset --- spec/example_app/app/views/layouts/docs.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spec/example_app/app/views/layouts/docs.html.erb b/spec/example_app/app/views/layouts/docs.html.erb index 511fb10597..fe9096581c 100644 --- a/spec/example_app/app/views/layouts/docs.html.erb +++ b/spec/example_app/app/views/layouts/docs.html.erb @@ -1,5 +1,7 @@ - + + + <%= stylesheet_link_tag "docs", media: "all" %>