Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion fe/src/static/account.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
</div>
<div>
<a href="/docs">Docs</a>,
<a href="https://www.indexsupply.net/status">Status</a>,
<a href="/status">Status</a>,
<a href="/">Query</a>,
<a href="/logout">Log Out</a>,
</div>
Expand Down
4 changes: 2 additions & 2 deletions fe/src/static/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@
<header>
<h1 id="getting-started">Getting Started</h1>
<div>
<a href="https://www.indexsupply.net/status">Status,</a>
<a href="/status">Status,</a>
<a href="/">Query</a>
</div>
</header>
<section>{{{ body }}}</section>
<footer>
<a href="https://www.indexsupply.net/">Home</a>
<a href="/">Home</a>
<span>,</span>
<a href="https://indexsupply.com/about">About</a>
<span>,</span>
Expand Down
4 changes: 2 additions & 2 deletions fe/src/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,13 +242,13 @@
<a class="srv" data-srv="" href="">Main Server,</a>
<a class="srv" data-srv="ga2" href="">Test Server,</a>
<a href="/docs">Docs</a>,
<a href="https://www.indexsupply.net/status">Status</a>,
<a href="/status">Status</a>,
{{#with user}}
<a href="/account">Account</a>,
{{else}}
<a href="/login">Log In</a>,
{{/with}}
<a href="https://www.indexsupply.com">Home</a>
<a href="/">Home</a>
</div>
</div>
<div class="header">
Expand Down
6 changes: 3 additions & 3 deletions fe/src/static/status.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@
<div>
<a class="srv" data-srv="" href="">Main Server,</a>
<a class="srv" data-srv="ga2" href="">Test Server,</a>
<a href="https://www.indexsupply.net/docs">Docs</a>,
<a href="https://www.indexsupply.com">Home</a>,
<a href="https://www.indexsupply.net">Query</a>
<a href="/docs">Docs</a>,
<a href="/">Home</a>,
<a href="/">Query</a>
</div>
</div>
<div class="header">
Expand Down