diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-23 19:28:03 -0700 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-23 19:28:13 -0700 | 
| commit | d22bd9cd651c99ffc337c3516b02f84975f001a1 (patch) | |
| tree | 852ddbebcf973ba8a937ab02b14000baac7424af | |
| parent | 1f43e85569bd8b23445f9cd6361ea64387d84fa5 (diff) | |
| download | fatcat-d22bd9cd651c99ffc337c3516b02f84975f001a1.tar.gz fatcat-d22bd9cd651c99ffc337c3516b02f84975f001a1.zip  | |
account and sources as fake links
| -rw-r--r-- | fatcat/templates/base.html | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/fatcat/templates/base.html b/fatcat/templates/base.html index 4e9dcd4b..f9fc809a 100644 --- a/fatcat/templates/base.html +++ b/fatcat/templates/base.html @@ -37,7 +37,7 @@            <a class="item" href="#">Open Submissions</a>            <a class="item" href="#">Edit History</a>            <div class="divider"></div> -          <a class="item" href="/account">Account</a> +          <a class="item" href="#">Account</a>            <a class="item" href="/logout">Logout</a>          </div>        </div> @@ -56,7 +56,7 @@      <div class="ui horizontal inverted small divided link list">        <span class="item">fatcat!</span>        <a class="item" href="/about">About</a> -      <a class="item" href="/sources">Sources</a> +      <a class="item" href="#">Sources</a>        <a class="item" href="#">Status</a>        <a class="item" href="#">Datasets</a>        <a class="item" href="https://git.bnewbold.net/fatcat/">Source Code</a>  | 
