From 1ca7d6048f18b063451c20ec0e2053bfafb4c80e Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sat, 9 Jun 2018 11:40:53 -0400 Subject: add noindex for parsed logs --- src/SMAPI.Web/Views/LogParser/Index.cshtml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml index a8b81c52..7307817c 100644 --- a/src/SMAPI.Web/Views/LogParser/Index.cshtml +++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml @@ -8,6 +8,10 @@ } @section Head { + @if (Model.PasteID != null) + { + + } -- cgit