Skip to content

Commit

Permalink
GlobalContribs: add JSON download link in the UI
Browse files Browse the repository at this point in the history
Bug: T294765
  • Loading branch information
MusikAnimal committed Jul 7, 2022
1 parent ad4c44d commit 96564de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/globalContribs/result.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
<header class="panel-heading col-lg-12">
<h4>
{{ msg('contributions') }}
<span class='pull-right text-muted xt-panel-description'>
{{ layout.downloadLink('UserApiGlobalContribs', {'username': user.usernameIdent, 'namespace': gc.namespace, 'start': gc.startDate, 'end': gc.endDate}, [], 'UserApiGlobalContribs') }}
</span>
{{ forms.contributions_limit(gc.limit) }}
</h4>
</header>
Expand Down

0 comments on commit 96564de

Please sign in to comment.