Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions djangosnippets/templates/cab/snippet_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
{% load core_tags %}
{% load static %}
{% block bodyclass %}snippet-list{% endblock %}
{% block head_title %}All snippets{% if months %} last {{ months }} months{% endif %}{% endblock %}
{% block head_title %} All snippets{% if months %} last {{ months }} months{% endif %}{% endblock %}

{% block content_header %}All snippets{% if months %} last {{ months }} months{% endif %}{% endblock %}
{% block content_header %} {{ hits }} snippets{% if months %} last {{ months }} months{% endif %}{% endblock %}

{% block content %}
{% if object_list %}
Expand Down