Skip to content

Commit 4128a76

Browse files
committed
Added RFC and active drafts counts to the personal profile page.
- Legacy-Id: 18548
1 parent 19f3861 commit 4128a76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/person/profile.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h2 id="extresources">External Resources</h2>
7272
{% endif %}
7373

7474
<div class="col-md-6">
75-
<h2 id="rfcs">RFCs</h2>
75+
<h2 id="rfcs">RFCs <small>({{person.rfcs|length}})</small></h2>
7676
{% if person.rfcs %}
7777
<table class="table">
7878
{% for doc in person.rfcs %}
@@ -94,7 +94,7 @@ <h2 id="rfcs">RFCs</h2>
9494
{% endif %}
9595
</div>
9696
<div class="col-md-6">
97-
<h2 id="drafts">Active Drafts</h2>
97+
<h2 id="drafts">Active Drafts <small>({{person.active_drafts|length}})</small></h2>
9898
{% if person.active_drafts.exists %}
9999
<ul>
100100
{% for doc in person.active_drafts %}

0 commit comments

Comments
 (0)