From 38ebbd0adb7aaa2ea76484499bcb515e86ffc6e6 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Mon, 8 Jul 2019 22:27:33 +1200 Subject: [PATCH] Make headers consistent fixes #2011 --- app/views/plantings/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/plantings/index.html.haml b/app/views/plantings/index.html.haml index 7ae3f41a2..f905e12d2 100644 --- a/app/views/plantings/index.html.haml +++ b/app/views/plantings/index.html.haml @@ -2,7 +2,7 @@ %h1 = planting_icon - %strong= title('plantings', @owner, @crop, @planting) + = title('plantings', @owner, @crop, @planting) = render 'layouts/nav', model: Planting