Skip to content

Commit

Permalink
Fixes bug 1221048 - Link to new Crashes per user by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
adngdb committed Nov 30, 2015
1 parent 6d36655 commit 7eafe50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp-django/crashstats/base/templates/crashstats_base.html
Expand Up @@ -99,8 +99,8 @@ <h1>Product Navigation</h1>
<optgroup label=" ">
<option
value="daily"
data-url-product="{{ url('crashstats:daily') }}?p=__PRODUCT__"
data-url-version="{{ url('crashstats:daily') }}?p=__PRODUCT__&v=__VERSION__"
data-url-product="{{ url('crashstats:crashes_per_user') }}?p=__PRODUCT__"
data-url-version="{{ url('crashstats:crashes_per_user') }}?p=__PRODUCT__&amp;v=__VERSION__"
{% if report == 'daily' %}selected{% endif %}
>Crashes per User</option>
<option
Expand Down

0 comments on commit 7eafe50

Please sign in to comment.