Skip to content

Commit

Permalink
Fixes bug 1221048 - Link to new Exploitability report by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
adngdb committed Nov 30, 2015
1 parent 64f344f commit 1c85a40
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 @@ -124,8 +124,8 @@ <h1>Product Navigation</h1>
{% if request.user.has_perm('crashstats.view_exploitability') %}
<option
value="exploitable"
data-url-product="{{ url('crashstats:exploitable_crashes', '__PRODUCT__') }}"
data-url-version="{{ url('crashstats:exploitable_crashes', '__PRODUCT__', '__VERSION__') }}"
data-url-product="{{ url('crashstats:exploitability_report') }}?product=__PRODUCT__"
data-url-version="{{ url('crashstats:exploitability_report') }}?product=__PRODUCT__&amp;version=__VERSION__"
{% if report == 'exploitable' %}selected{% endif %}
>Exploitable Crashes</option>
{% endif %}
Expand Down

0 comments on commit 1c85a40

Please sign in to comment.