Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dcramer/django-sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
dz committed Sep 1, 2010
2 parents 228ed14 + f978508 commit dc0a418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry/templates/sentry/partial/_group.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ <h3><a href="{% url sentry-group group.pk %}">{% if group.view %}{{ group.view }
<pre class="traceback">{{ group.shortened_traceback }}</pre>
<a href="{% url sentry-group group.pk %}" class="row_link"></a>
{% if group.status == 0 %}
<a href="javascript:void(0)" onclick="sentryResolve({{ group.pk }});" class="button resolve_button hidden">&#10003;</a>
<a href="{% url sentry-ajax %}?op=resolve&amp;gid={{ group.pk }}" onclick="sentryResolve({{ group.pk }});returnfalse;" class="button resolve_button hidden">&#10003;</a>
{% endif %}
</li>

0 comments on commit dc0a418

Please sign in to comment.