From 3460f9242f0e8a18dc5964766a57358270796390 Mon Sep 17 00:00:00 2001 From: Russ Housley Date: Sun, 5 Jan 2020 17:47:17 +0000 Subject: [PATCH] Add references and referened-by buttons to each RFC listed on the peron profile page. In addition, changed the buttons on the document references and document referenced-by pages to match the buttons on the main document page (the buttons with the long arrows). Fixes #2854, although it does not include the number of references in the button. - Legacy-Id: 17179 --- ietf/templates/doc/document_referenced_by.html | 4 ++-- ietf/templates/doc/document_references.html | 4 ++-- ietf/templates/person/profile.html | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ietf/templates/doc/document_referenced_by.html b/ietf/templates/doc/document_referenced_by.html index 740d68f7b..0a8fe416d 100644 --- a/ietf/templates/doc/document_referenced_by.html +++ b/ietf/templates/doc/document_referenced_by.html @@ -51,8 +51,8 @@ {{ref.source.title}}
- Refs - Ref'd by + References + Referenced by {% ifequal ref.source.get_state.slug 'rfc' %} diff --git a/ietf/templates/doc/document_references.html b/ietf/templates/doc/document_references.html index e8c9a7c03..16a55263d 100644 --- a/ietf/templates/doc/document_references.html +++ b/ietf/templates/doc/document_references.html @@ -38,8 +38,8 @@ {{ name|prettystdname }} {{ref.target.document.title}}
- Refs - Ref'd by + References + Referenced by {% ifequal ref.target.document.get_state.slug 'rfc' %} diff --git a/ietf/templates/person/profile.html b/ietf/templates/person/profile.html index 3ea382ec5..9ddd9a4a4 100644 --- a/ietf/templates/person/profile.html +++ b/ietf/templates/person/profile.html @@ -67,7 +67,10 @@ {{ doc.canonical_name }} {{ doc.pub_date|date:"b Y"|title|nbsp }} - {{ doc.title }} + {{ doc.title }}
+ References + Referenced by + {% endfor %}