summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views/LogParser/Index.cshtml
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-08-31 16:46:17 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 19:17:27 -0400
commite02372bba9559d638ac2e63fad442975ee71c44b (patch)
tree994ef516d0e34ec03203833bdfd0a0ec5ffeaf8a /src/SMAPI.Web/Views/LogParser/Index.cshtml
parenta36426296a528fed9952e7eb6f504ee090c0179d (diff)
downloadSMAPI-e02372bba9559d638ac2e63fad442975ee71c44b.tar.gz
SMAPI-e02372bba9559d638ac2e63fad442975ee71c44b.tar.bz2
SMAPI-e02372bba9559d638ac2e63fad442975ee71c44b.zip
fix log parser changes
Diffstat (limited to 'src/SMAPI.Web/Views/LogParser/Index.cshtml')
-rw-r--r--src/SMAPI.Web/Views/LogParser/Index.cshtml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml
index 9a06d85a..f98ffdf9 100644
--- a/src/SMAPI.Web/Views/LogParser/Index.cshtml
+++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml
@@ -76,7 +76,7 @@ else if (Model.ParsedLog?.IsValid == true)
</li>
}
</ul>
- <div data-os="android">
+ <div data-os="@Platform.Android">
On Android:
<ol>
<li>Open a file app (like My Files or MT Manager).</li>
@@ -85,7 +85,7 @@ else if (Model.ParsedLog?.IsValid == true)
<li>The log file is <code>SMAPI-crash.txt</code> if it exists, otherwise <code>SMAPI-latest.txt</code>.</li>
</ol>
</div>
- <div data-os="linux">
+ <div data-os="@Platform.Linux">
On Linux:
<ol>
<li>Open the Files app.</li>
@@ -95,7 +95,7 @@ else if (Model.ParsedLog?.IsValid == true)
<li>The log file is <code>SMAPI-crash.txt</code> if it exists, otherwise <code>SMAPI-latest.txt</code>.</li>
</ol>
</div>
- <div data-os="mac">
+ <div data-os="@Platform.Mac">
On Mac:
<ol>
<li>Open the Finder app.</li>
@@ -104,7 +104,7 @@ else if (Model.ParsedLog?.IsValid == true)
<li>The log file is <code>SMAPI-crash.txt</code> if it exists, otherwise <code>SMAPI-latest.txt</code>.</li>
</ol>
</div>
- <div data-os="windows">
+ <div data-os="@Platform.Windows">
On Windows:
<ol>
<li>Press the <code>Windows</code> and <code>R</code> buttons at the same time.</li>