Skip to content

Commit

Permalink
CONCD-904 put the labels under the correct headings (#2495)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasarkar committed Aug 22, 2024
1 parent 0283e5e commit edc4566
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions concordia/templates/account/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,17 @@ <h2>My Contributions</h2>
<div class="contribution-highlight">
<div class="value">{{ user_profile_activity.count|intcomma }}</div>
<p class="label">Campaigns</p>
<p>Your saves, submits, and reviews</p>
<p>Campaigns you've worked on</p>
</div>
<div class="contribution-highlight">
<div class="value">{{ pages_worked_on|intcomma }}</div>
<p class="label">Pages Worked On</p>
<p>Campaigns you've worked on</p>
<p>Pages you've worked on</p>
</div>
<div class="contribution-highlight">
<div class="value">{{ totalCount|intcomma }}</div>
<p class="label">Actions</p>
<p>Pages you've worked on</p>
<p>Your saves, submits, and reviews</p>
</div>
</div>
<div class="d-flex mt-4">
Expand Down

0 comments on commit edc4566

Please sign in to comment.