Skip to content

Commit

Permalink
[#1030] Update to user page titles
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Oct 3, 2013
1 parent 6fe678b commit 3054c1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ckan/templates/user/activity_stream.html
@@ -1,6 +1,6 @@
{% extends "user/read.html" %}

{% block subtitle %}{{ _('Activity Stream') }}{% endblock %}
{% block subtitle %}{{ _('Activity Stream') }} - {{ super() }}{% endblock %}

{% block primary_content_inner %}
<h2 class="hide-heading">{% block page_heading %}{{ _('Activity Stream') }}{% endblock %}</h2>
Expand Down
2 changes: 0 additions & 2 deletions ckan/templates/user/read.html
@@ -1,7 +1,5 @@
{% extends "user/read_base.html" %}

{% block subtitle %}{{ user.display_name }}{% endblock %}

{% block primary_content_inner %}
<h2 class="hide-heading">
{% block page_heading %}{{ _('Datasets') }}{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion ckan/templates/user/read_base.html
Expand Up @@ -2,7 +2,7 @@

{% set user = c.user_dict %}

{% block subtitle %}{{ user.display_name }}{% endblock %}
{% block subtitle %}{{ user.display_name }} - {{ _('Users') }}{% endblock %}

{% block breadcrumb_content %}
{{ h.build_nav('user_index', _('Users')) }}
Expand Down

0 comments on commit 3054c1e

Please sign in to comment.