File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,15 @@ <h1 id="title"> {{ page.title }}
5858 < img class ="card-img-top " loading ="lazy " src ="/assets/img/{{pw.wpid}}/{{pw.wpid}}-thumb.png " alt ="{{ pw.title }} ">
5959 < div class ="card-body ">
6060 < p class ="card-text "> {{ pw.title }}</ p >
61+ {% if page.curationui %}
62+ < p class ="card-text ">
63+ <!--This badge shows the curation status-->
64+ < a id ="badge-curation " target ="_blank "
65+ href ="https://www.wikipathways.org/wikipathways-collection/reports/{{pw.wpid}}.html ">
66+ < img alt ="pathway curation " src ="https://img.shields.io/endpoint?style=flat-square&url=https://www.wikipathways.org/wikipathways-collection/reports/{{pw.wpid}}.json ">
67+ </ a >
68+ </ p >
69+ {% endif %}
6170 </ div >
6271 </ a >
6372 </ div >
Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ title: "Theobroma cacao pathways"
77description :
88homology :
99group : " Plants"
10- ---
10+ curationui : true
11+ ---
You can’t perform that action at this time.
0 commit comments