Skip to content

Commit

Permalink
Merge pull request #2110 from peterbe/bug-1016436-link-to-symbols-upload
Browse files Browse the repository at this point in the history
fixes bug 1016436 - Link to Symbols upload
  • Loading branch information
lonnen committed Jun 16, 2014
2 parents 63e23bf + f0e4564 commit 8fb1d58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp-django/crashstats/base/templates/crashstats_base.html
Expand Up @@ -160,6 +160,8 @@ <h1>Product Navigation</h1>
<a href="{{ url('crashstats:your_crashes') }}">Your Crash Reports</a>
|
<a href="{{ url('crashstats:permissions') }}">Your Permissions</a>
|
<a href="{{ url('symbols:home') }}">Symbols</a>
{% if request.user.is_superuser %}
|
<a href="{{ url('manage:home') }}">Admin</a>
Expand Down

0 comments on commit 8fb1d58

Please sign in to comment.