Skip to content

Commit

Permalink
Update browse page titles (in tabs)
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-lgil committed Jan 31, 2024
1 parent ad4602a commit 8eff925
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion catalog/templates/catalog/browse/pending_publications.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'catalog/base.html' %}
{% load render_table from django_tables2 %}

{% block title %}All {{ view_name }}{% endblock %}
{% block title %}Browse {{ view_name }}{% endblock %}

{% block content %}
<nav aria-label="You are here:">
Expand Down
2 changes: 1 addition & 1 deletion catalog/templates/catalog/browse/publications.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'catalog/base.html' %}
{% load render_table from django_tables2 %}

{% block title %}All {{ view_name }}{% endblock %}
{% block title %}Browse {{ view_name }}{% endblock %}

{% block desc %}
<script type="application/ld+json">
Expand Down
2 changes: 1 addition & 1 deletion catalog/templates/catalog/browse/scores.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'catalog/base.html' %}
{% load render_table from django_tables2 %}

{% block title %}All Scores {% endblock %}
{% block title %}Browse Polygenic Scores (PGS){% endblock %}

{% block desc %}
<script type="application/ld+json">
Expand Down
2 changes: 1 addition & 1 deletion catalog/templates/catalog/browse/traits.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'catalog/base.html' %}
{% load render_table from django_tables2 %}

{% block title %}All {{ view_name }}{% endblock %}
{% block title %}Browse {{ view_name }}{% endblock %}

{% block desc %}
<script type="application/ld+json">
Expand Down

0 comments on commit 8eff925

Please sign in to comment.