summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-06-03 15:28:53 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-06-03 15:28:53 -0400
commit9187cda9ce7794b85f219be123c366dc2f640dc0 (patch)
tree3061bf9338dbaea59dc9263f010e4c1c0223ad40 /src/SMAPI.Web/Views
parent2c101f97a5465bcf582bb6a0588b879874a783e4 (diff)
downloadSMAPI-9187cda9ce7794b85f219be123c366dc2f640dc0.tar.gz
SMAPI-9187cda9ce7794b85f219be123c366dc2f640dc0.tar.bz2
SMAPI-9187cda9ce7794b85f219be123c366dc2f640dc0.zip
remove unneeded text in log parser to minimise confusion
Diffstat (limited to 'src/SMAPI.Web/Views')
-rw-r--r--src/SMAPI.Web/Views/LogParser/Index.cshtml11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml
index 5366febd..c9ad5da9 100644
--- a/src/SMAPI.Web/Views/LogParser/Index.cshtml
+++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml
@@ -31,8 +31,7 @@
</script>
}
-@* intro and upload result banner *@
-<p id="blurb">This page lets you upload, view, and share a SMAPI log to help troubleshoot mod issues.</p>
+@* upload result banner *@
@if (Model.UploadError != null)
{
<div class="banner error" v-pre>
@@ -53,8 +52,7 @@ else if (Model.ParseError != null)
else if (Model.ParsedLog?.IsValid == true)
{
<div class="banner success" v-pre>
- <strong>The log was uploaded successfully!</strong><br />
- Share this URL when asking for help: <code>@(new Uri(new Uri(Model.SectionUrl), Model.PasteID))</code><br />
+ <strong>Share this link to let someone else see the log:</strong> <code>@(new Uri(new Uri(Model.SectionUrl), Model.PasteID))</code><br />
(Or <a href="@Model.SectionUrl">upload a new log</a>.)
</div>
}
@@ -62,8 +60,7 @@ else if (Model.ParsedLog?.IsValid == true)
@* upload new log *@
@if (Model.ParsedLog == null)
{
- <h2>FAQs</h2>
- <h3>Where do I find my SMAPI log?</h3>
+ <h2>Where do I find my SMAPI log?</h2>
<div>What system do you use?</div>
<ul id="os-list">
<li><input type="radio" name="os" value="linux" id="os-linux" /> <label for="os-linux">Linux</label></li>
@@ -98,7 +95,7 @@ else if (Model.ParsedLog?.IsValid == true)
</ol>
</div>
- <h3>How do I share my log?</h3>
+ <h2>How do I share my log?</h2>
<form action="@Model.SectionUrl" method="post">
<ol>
<li>