Skip to content

Commit

Permalink
update web copyright, change documents url
Browse files Browse the repository at this point in the history
  • Loading branch information
ffdfgdfg committed Mar 1, 2020
1 parent 6d2ab40 commit c6a7aea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/views/login/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h3 langtag="info-tagline"></h3>
<div class="pull-right">
<span langtag="word-readmore"></span> <strong><a href="https://ehang.io/nps" langtag="word-go"></a></strong>
</div>
<div><strong langtag="word-copyright"></strong> <span langtag="application"></span> &copy; 2018-2019</div>
<div><strong langtag="word-copyright"></strong> <span langtag="application"></span> &copy; 2018-2020</div>
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions web/views/public/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<span class="nav-label" langtag="scheme-file"></span></a>
</li>
<li class="{{if eq "help" .menu}}active{{end}}">
<a href="{{.web_base_url}}/index/help"><i class="fa fa-lightbulb fa-lg"></i>
<a href="https://ehang.io/nps/documents" target="_blank"><i class="fa fa-lightbulb fa-lg"></i>
<span class="nav-label" langtag="word-help"></span></a>
</li>
</ul>
Expand Down Expand Up @@ -130,7 +130,7 @@
<div class="float-right">
<span langtag="word-readmore"></span> <strong><a href="https://ehang.io/nps" langtag="word-go"></a></strong>
</div>
<div><strong langtag="word-copyright"></strong> <span langtag="application"></span> &copy; 2018-2019</div>
<div><strong langtag="word-copyright"></strong> <span langtag="application"></span> &copy; 2018-2020</div>
</div>
</div>
</div>
Expand Down

0 comments on commit c6a7aea

Please sign in to comment.