Use name instead of library_name as the property describing the name
authorDiane Trout <diane@caltech.edu>
Thu, 22 Mar 2012 18:35:49 +0000 (11:35 -0700)
committerroot <root@jumpgate.caltech.edu>
Thu, 22 Mar 2012 18:37:55 +0000 (11:37 -0700)
htsworkflow/frontend/templates/samples/library_index.html

index 8751381aa1cb8ebf7d6ca428d45a6611de0f675a..8f351fedafef7d1405d6a3ba034c568ca1fad0e5 100644 (file)
@@ -74,7 +74,7 @@
         <td ><a href="{{lib.library.get_absolute_url}}">{{ lib.amplified_from }}</a></td>
         <td ><a href="{{lib.library.get_absolute_url}}"><span property="libns:library_id">{{ lib.library_id }}</span></a></td>
         <td ><a href="{{lib.library.library_species.get_absolute_url}}" rel="libns:species"><span property="libns:species_name">{{ lib.species_name }}</span></a></td>
-        <td ><a href="{{ lib.library.get_absolute_url }}"><span property="libns:library_name">{{ lib.library_name }}</span></a></td>
+        <td ><a href="{{ lib.library.get_absolute_url }}"><span property="libns:name">{{ lib.library_name }}</span></a></td>
         <td  bgcolor="#00BFFF">{{ lib.lanes_run.0.0 }}</td>
         <td  bgcolor="#00BFFF">{{ lib.lanes_run.0.1 }}</td>
         <td  bgcolor="#00BFFF">{{ lib.lanes_run.0.2 }}</td>