diff options
Diffstat (limited to 'uploader/templates/phenotypes/view-phenotype.html')
-rw-r--r-- | uploader/templates/phenotypes/view-phenotype.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/uploader/templates/phenotypes/view-phenotype.html b/uploader/templates/phenotypes/view-phenotype.html index f26c5f0..99bb8e5 100644 --- a/uploader/templates/phenotypes/view-phenotype.html +++ b/uploader/templates/phenotypes/view-phenotype.html @@ -41,6 +41,10 @@ <td><strong>Collation</strong></td> <td>{{dataset.FullName}}</td> </tr> + <tr> + <td><strong>Units</strong></td> + <td>{{phenotype.Units}}</td> + </tr> </tbody> </table> @@ -57,7 +61,7 @@ <div class="btn-group"> {%if "group:resource:edit-resource" in privileges%} <input type="submit" - title="Edit the values for the phenotype. Do we actually want this?" + title="Edit the values for the phenotype. This is meant to be used when you need to update only a few values." class="btn btn-primary not-implemented" value="edit" /> {%endif%} @@ -66,7 +70,7 @@ <div class="btn-group"> {%if "group:resource:delete-resource" in privileges%} <input type="submit" - title="Delete the entire phenotype. Do we actually want this?" + title="Delete the entire phenotype. This is useful when you need to change data for most or all of the fields for this phenotype." class="btn btn-danger not-implemented" value="delete" /> {%endif%} |