diff --git a/africanlii/templates/africanlii/au_detail_page.html b/africanlii/templates/africanlii/au_detail_page.html index b0d73106d..cc2315373 100644 --- a/africanlii/templates/africanlii/au_detail_page.html +++ b/africanlii/templates/africanlii/au_detail_page.html @@ -8,7 +8,7 @@
{% block breadcrumbs %}{% endblock %} {% block page-heading %} -

{% trans 'African Union (AU)' %}

+

{% trans 'African Union (AU)' %}

{% include "peachjam/_help_button.html" with link="african-union-documents-au" %} {% endblock %}

@@ -36,7 +36,7 @@

{% trans 'African Union (AU)' %}

-

{% trans 'African Union Organs' %}

+

{% trans 'African Union Organs' %}

    {% for au_organ in au_organs %}
  • @@ -46,7 +46,7 @@

    {% trans 'African Union Organ

-

{% trans 'Regional Economic Communities' %}

+

{% trans 'Regional Economic Communities' %}

    {% for rec in recs %}
  • @@ -58,7 +58,7 @@

    {% trans 'Regional Economic Communi

-

{% trans 'African Union Institutions' %}

+

{% trans 'African Union Institutions' %}

    {% for au_institution in au_institutions %}
  • @@ -76,7 +76,7 @@

    {% trans 'African Union

-

{% trans 'Member States' %}

+

{% trans 'Member States' %}

{% for member_state in member_states %}
diff --git a/africanlii/templates/peachjam/home.html b/africanlii/templates/peachjam/home.html index 86cb31eb5..84c4a2f0c 100644 --- a/africanlii/templates/peachjam/home.html +++ b/africanlii/templates/peachjam/home.html @@ -121,24 +121,24 @@

{% trans 'Member States' %}

-

{% trans 'Recent Judgments' %}

+

{% trans 'Recent Judgments' %}

{% trans 'View more judgments' as text %} {% include 'peachjam/_recent_document_list.html' with documents=recent_judgments view_more_text=text view_more_url_name='judgment_list' %}
-

{% trans 'Recent Legal Instruments' %}

+

{% trans 'Recent Legal Instruments' %}

{% trans 'View more legal instruments' as text %} {% include 'peachjam/_recent_document_list.html' with documents=recent_legal_instruments view_more_text=text view_more_url_name='agp_legal_instrument_list' %}
-

{% trans 'Recent Soft Law' %}

+

{% trans 'Recent Soft Law' %}

{% trans 'View more Soft Law' as text %} {% include 'peachjam/_recent_document_list.html' with documents=recent_soft_law view_more_text=text view_more_url_name='agp_soft_law_list' %}
-

{% trans 'Recent Reports and Guides' %}

+

{% trans 'Recent Reports and Guides' %}

{% trans 'View more Reports and Guides' as text %} {% include 'peachjam/_recent_document_list.html' with documents=recent_reports_guides view_more_text=text view_more_url_name='agp_reports_guides_list' %}
@@ -186,7 +186,7 @@
{{ lii.country }}
-

+

{% trans 'Latest Commentary' %}

{% include 'peachjam/_article_list.html' with articles=recent_articles %} @@ -195,7 +195,7 @@

-

+

{% trans 'Collections' %}

{% include 'peachjam/_taxonomy_list.html' %} diff --git a/lawlibrary/templates/lawlibrary/home.html b/lawlibrary/templates/lawlibrary/home.html index 2d9d82b03..acec95779 100644 --- a/lawlibrary/templates/lawlibrary/home.html +++ b/lawlibrary/templates/lawlibrary/home.html @@ -22,12 +22,12 @@

{% endblock %} {% block first-column-content %}
-

{% trans 'Recent Judgments' %}

+

{% trans 'Recent Judgments' %}

{% trans 'View more judgments' as text %} {% include 'peachjam/_recent_document_list.html' with documents=recent_judgments view_more_text=text view_more_url_name='judgment_list' %}
-

{% trans 'Recent Legislation' %}

+

{% trans 'Recent Legislation' %}

{% trans 'View more legislation' as text %} {% include 'peachjam/_recent_document_list.html' with documents=recent_legislation view_more_text=text view_more_url_name='legislation_list' %}
diff --git a/liiweb/templates/liiweb/home.html b/liiweb/templates/liiweb/home.html index 009a866ca..5759725b6 100644 --- a/liiweb/templates/liiweb/home.html +++ b/liiweb/templates/liiweb/home.html @@ -81,12 +81,12 @@
{% block first-column-content %}
-

{% trans 'Recent Judgments' %}

+

{% trans 'Recent Judgments' %}

{% trans 'View more judgments' as text %} {% include 'peachjam/_recent_document_list.html' with documents=recent_judgments view_more_text=text view_more_url_name='judgment_list' %}
-

{% trans 'Recent Legislation' %}

+

{% trans 'Recent Legislation' %}

{% trans 'View more legislation' as text %} {% include 'peachjam/_recent_document_list.html' with documents=recent_legislation view_more_text=text view_more_url_name='legislation_list' %}
@@ -95,11 +95,11 @@

{% trans 'Recent Legislation' %}

{% block lower-row-content %}
-

{% trans 'Courts' %}

+

{% trans 'Courts' %}

{% include 'peachjam/_court_list.html' %}
-

{% trans 'Collections' %}

+

{% trans 'Collections' %}

{% include 'peachjam/_taxonomy_list.html' %}
{% if PEACHJAM_SETTINGS.pocket_law_repo %} @@ -126,7 +126,7 @@

{% blocktrans trimmed %}Use {{ APP_NAME }} when you're offline{ {% endif %} {% if recent_articles %}
-

{% trans 'Latest Articles' %}

+

{% trans 'Latest Articles' %}

{% include 'peachjam/_article_list.html' with articles=recent_articles %} {% trans "View more articles" %}
diff --git a/peachjam/static/stylesheets/_global.scss b/peachjam/static/stylesheets/_global.scss index 63d790f26..5333f20c4 100644 --- a/peachjam/static/stylesheets/_global.scss +++ b/peachjam/static/stylesheets/_global.scss @@ -18,12 +18,6 @@ main { flex-grow: 1; } -.heading-underlined { - border-bottom: 1px solid $primary; - padding-top: 5px; - padding-bottom: 5px; -} - .courts__column-wrapper { columns: 3 auto; diff --git a/peachjam/templates/peachjam/_court_list.html b/peachjam/templates/peachjam/_court_list.html index 280502b1d..ae64bb421 100644 --- a/peachjam/templates/peachjam/_court_list.html +++ b/peachjam/templates/peachjam/_court_list.html @@ -3,7 +3,7 @@
{% for court_class in court_classes %}
-

{{ court_class }}

+

{{ court_class }}

{% if court_class.courts.all %}
    {% for court in court_class.courts.all %} diff --git a/peachjam/templates/peachjam/judgment_list.html b/peachjam/templates/peachjam/judgment_list.html index c694cad26..c83d6ac99 100644 --- a/peachjam/templates/peachjam/judgment_list.html +++ b/peachjam/templates/peachjam/judgment_list.html @@ -9,7 +9,7 @@

    {% trans 'Judgments' %}

    {% include "peachjam/_help_button.html" with link="judgments/courts" %} {% include 'peachjam/_court_list.html' %} -

    +

    {% if title %} {{ title }} {% else %}