Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Surface TOS + privacy policy better #1646

Merged
merged 5 commits into from
Sep 2, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions TASVideos/Pages/Account/Register.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
</div>
<span asp-validation-for="Coppa" class="text-danger"></span>
</form-group>
<form-group>
Also make sure you've read the <a href="/SiteRules">Site Rules</a>.<br/>
Your data will be stored according to our <a href="/System/PrivacyPolicy">Privacy Policy</a>. Always be mindful of what you share.
vadosnaprimer marked this conversation as resolved.
Show resolved Hide resolved
vadosnaprimer marked this conversation as resolved.
Show resolved Hide resolved
</form-group>
<environment exclude="Development">
<form-group>
<recaptcha />
Expand Down
3 changes: 2 additions & 1 deletion TASVideos/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@
<button id="button-scrolltop" class="d-none position-fixed px-3 py-1 m-2 bottom-0 end-0 btn btn-primary fa fa-caret-up"></button>
<row class="justify-content-start align-items-center">
<p class="col-auto my-auto">
&copy; @DateTime.UtcNow.Year - TASVideos <a href="https://github.com/TASVideos/tasvideos/commit/@ViewData["VersionSha"]">v@(ViewData["Version"])</a> - <a href="/api">API</a>
&copy; @DateTime.UtcNow.Year - TASVideos <a href="https://github.com/TASVideos/tasvideos/commit/@ViewData["VersionSha"]">v@(ViewData["Version"])</a>
- <a href="/SiteRules">Terms</a> - <a href="/api">API</a>
</p>
</row>
</footer>
Expand Down