mirror of https://github.com/status-im/swarms.git
* Add lead contributor to idea registry #214
I dont know what add misising data is for 2.
* Add lead contributor to idea registry #214
I dont know what add misising data is for 2.
* #214 - Add lead-contributor to ides registry
Added lead-contributor to table
* Ideas should be 3 digits #158
Changed md filenames and id: to 3 digits
* Revert "Ideas should be 3 digits #158"
This reverts commit 6d2a4d1d0b
.
This commit is contained in:
parent
e5ba4a413c
commit
bfd8652a5c
|
@ -6,6 +6,7 @@
|
||||||
<table class="ideastable">
|
<table class="ideastable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
<th class="lead-contributor">Lead Contributor</th>
|
||||||
<th class="id">Idea</th>
|
<th class="id">Idea</th>
|
||||||
<th class="title">Title</th>
|
<th class="title">Title</th>
|
||||||
<th class="categ">Category</th>
|
<th class="categ">Category</th>
|
||||||
|
@ -17,6 +18,7 @@
|
||||||
</thead>
|
</thead>
|
||||||
{% for page in ideas %}
|
{% for page in ideas %}
|
||||||
<tr>
|
<tr>
|
||||||
|
<td class="lead-contributor">{{page.lead-contributor|xml_escape}}</td>
|
||||||
<td class="id"><a href="{{page.url|relative_url}}">{{page.id|xml_escape}}</a></td>
|
<td class="id"><a href="{{page.url|relative_url}}">{{page.id|xml_escape}}</a></td>
|
||||||
<td class="title">{{page.title|xml_escape}}</td>
|
<td class="title">{{page.title|xml_escape}}</td>
|
||||||
<td class="categ">{{page.category|xml_escape}}</td>
|
<td class="categ">{{page.category|xml_escape}}</td>
|
||||||
|
|
Loading…
Reference in New Issue