about summary refs log tree commit diff
path: root/gn2/wqflask/templates/collections/list.html
diff options
context:
space:
mode:
authorAlexander Kabui2024-08-30 16:47:55 +0300
committerGitHub2024-08-30 16:47:55 +0300
commited20621c23a9a41152f3d6a48334f2a31c018033 (patch)
tree5e2182b99f5f05e2f667dfce1b762921c4ec62dc /gn2/wqflask/templates/collections/list.html
parent9a345d8abf2f0045b2c47bfcf1ae5860273452be (diff)
parent6db49002d4d2e69fcf4fdd6be6aceeea7b95664f (diff)
downloadgenenetwork2-ed20621c23a9a41152f3d6a48334f2a31c018033.tar.gz
Merge pull request #861 from genenetwork/feature/gnqa-search-2
Feature/gnqa search 2
Diffstat (limited to 'gn2/wqflask/templates/collections/list.html')
-rw-r--r--gn2/wqflask/templates/collections/list.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/gn2/wqflask/templates/collections/list.html b/gn2/wqflask/templates/collections/list.html
index c3d5d2a4..dc725fb6 100644
--- a/gn2/wqflask/templates/collections/list.html
+++ b/gn2/wqflask/templates/collections/list.html
@@ -57,8 +57,8 @@
                 <td align="center" style="padding: 0px;"><INPUT TYPE="checkbox" NAME="collection" class="checkbox trait_checkbox" VALUE="{{ uc.id }}"></td>
                 <td align="right">{{ loop.index }}
                 <td><a class="collection_name" href="{{ url_for('view_collection', uc_id=uc.id) }}">{{ uc.name }}</a></td>
-                <td>{{ uc.created_timestamp }}</td>
-                <td>{{ uc.changed_timestamp }}</td>
+                <td>{{ uc.created }}</td>
+                <td>{{ uc.changed }}</td>
                 <td align="right">{{ uc.num_members }}</td>
               </tr>
               {% endfor %}
@@ -88,8 +88,8 @@
               <td align="center" style="padding: 0px;"><INPUT TYPE="checkbox" NAME="collection" class="checkbox trait_checkbox" VALUE="{{ uc.id }}"></td>
               <td align="right">{{ loop.index }}
               <td><a class="collection_name" href="{{ url_for('view_collection', uc_id=uc.id) }}">{{ uc.name }}</a></td>
-              <td>{{ uc.created_timestamp }}</td>
-              <td>{{ uc.changed_timestamp }}</td>
+              <td>{{ uc.created }}</td>
+              <td>{{ uc.changed }}</td>
               <td align="right">{{ uc.num_members }}</td>
             </tr>
             {% endfor %}