You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/26 14:53:56 UTC

[GitHub] [camel-website] zregvart commented on a change in pull request #272: Pull contributor data from JSON APIs

zregvart commented on a change in pull request #272:  Pull contributor data from JSON APIs
URL: https://github.com/apache/camel-website/pull/272#discussion_r398628424
 
 

 ##########
 File path: layouts/shortcodes/committers.html
 ##########
 @@ -0,0 +1,26 @@
+{{ $urlPre := "https://projects.apache.org" }}
+{{ $path :=  "/json/foundation" }}
+{{ $group :=  getJSON $urlPre $path "/groups.json"}}
+{{ $name := getJSON $urlPre $path "/people_name.json" }}
+{{$orgnisations := getJSON "data/teamdata.json" }}
+
+<table class="tableblock frame-all grid-all stretch">
 
 Review comment:
   I don't see `frame-all` and `grid-all` CSS classes in our CSS, are these needed or are they missing?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services