Skip to content

Commit

Permalink
Merge pull request #1774 from peterbe/bug-948704-day-changing-links-l…
Browse files Browse the repository at this point in the history
…ack-range-unit

fixes bug 948704 - day changing links lack range unit
  • Loading branch information
adngdb committed Jan 8, 2014
2 parents 5b2c6c2 + 3312809 commit fddd4e0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,7 +13,7 @@ <h2>Crash Reports for {{ signature }}</h2>
<ul class="options">
{% for day in [3, 7, 14, 28] %}
<li>
<a href="{{ change_query_string(range_value=day) }}" {% if day == current_day %} class="selected" {% endif %}>{{ day }} days</a>
<a href="{{ change_query_string(range_value=day, range_unit='days') }}" {% if day == current_day %} class="selected" {% endif %}>{{ day }} days</a>
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit fddd4e0

Please sign in to comment.