-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #511 from itscoretf/ozfortress
Forgot the route, sorry dev :/
- Loading branch information
Showing
4 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
app/views/pages/anticheat.html.haml → app/views/pages/anticheat_and_you.html.haml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
- content_for(:title) { 'Anti-Cheat and You' } | ||
|
||
-# rubocop:disable Rails/OutputSafety | ||
= raw File.read(Rails.root.join('public', 'anticheat.html.txt')) | ||
= raw File.read(Rails.root.join('public', 'anticheat_and_you.html.txt')) | ||
-# rubocop:enable Rails/OutputSafety |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
public/anticheat.html.txt → public/anticheat_and_you.html.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<div id="doc" class="markdown-body container-fluid comment-enabled" data-hard-breaks="true"> | ||
<object data="https://imconnor.xyz/downloads/OZF_Anticheat_and_You.pdf" type="application/pdf" width="100%" height="100%"> | ||
<embed src="https://imconnor.xyz/downloads/OZF_Anticheat_and_You.pdf" type="application/pdf" width="100%" height="100%" /> | ||
<object data="https://imconnor.xyz/downloads/OZF_Anticheat_and_You.pdf" type="application/pdf" width="100%" height="700"> | ||
<embed src="https://imconnor.xyz/downloads/OZF_Anticheat_and_You.pdf" type="application/pdf" width="100%" height="700" /> | ||
</object> | ||
</div> |