Skip to content

Commit

Permalink
New help link pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethjiang committed Apr 6, 2019
1 parent 7816b83 commit 19942c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions web/app/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,8 @@
<li class="nav-item">
<a class="nav-link" href="https://www.thespaghettidetective.com/">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" id="themes" aria-expanded="false">Help
<span class="caret"></span></a>
<div class="dropdown-menu" aria-labelledby="themes">
<a class="dropdown-item" href="https://www.thespaghettidetective.com/guide.html">Setup Guide</a>
<a class="dropdown-item" href="mailto:support@thespaghettidetective.com" >Email Us for Help</a>
</div>
<li class="nav-item">
<a class="nav-link" href="https://www.thespaghettidetective.com/docs/octoprint-setup.html">Help</a>
</li>
<li class="nav-item {% if view_name == 'publictimelapse_list' %}active{% endif %}">
<a class="nav-link glowing" href="/publictimelapses/">Spaghetti Gallery</a>
Expand Down
2 changes: 1 addition & 1 deletion web/app/templates/user_preferences.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2>Profile</h2>
<label for="id_email" class="col-sm-2 col-form-label">Email</label>
<div class="col-sm-10 col-form-label text-muted">{{form.instance.email}}
<small class="form-text">You can't change your email address. Please <a
href="mailto:support@thespaghettidetective.com">email us</a> if you really want to.</small>
href="https://www.thespaghettidetective.com/docs/support.html">contact us</a> if you really want to.</small>
</div>
</div>
<div class="form-group row">
Expand Down

0 comments on commit 19942c1

Please sign in to comment.