diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/activity.tmpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/repo/activity.tmpl b/templates/repo/activity.tmpl index 6432630af4..8c3167bca7 100644 --- a/templates/repo/activity.tmpl +++ b/templates/repo/activity.tmpl @@ -108,6 +108,12 @@ {{.i18n.Tr "repo.activity.git_stats_and_deletions" }} <strong class="text red">{{.i18n.Tr (TrN .i18n.Lang .Activity.Code.Deletions "repo.activity.git_stats_deletion_1" "repo.activity.git_stats_deletion_n") .Activity.Code.Deletions }}</strong>. </div> + <div class="ui attached segment" id="app"> + <script type="text/javascript"> + var ActivityTopAuthors = {{Json .ActivityTopAuthors | SafeJS}}; + </script> + <activity-top-authors :data="activityTopAuthors" /> + </div> </div> {{end}} {{end}} |