diff options
| author | Frederick Muriuki Muriithi | 2025-12-29 11:56:58 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-12-29 11:56:58 -0600 |
| commit | 3e50c29359da9cdd02ca585ae900ccb2e0f8668a (patch) | |
| tree | 2568edece571914d3473463b545f1f1ebe89cf35 /uploader/templates/phenotypes/sui-base.html | |
| parent | b40f14bb409d54fda957e2d8269f1bc86bd34e58 (diff) | |
| download | gn-uploader-3e50c29359da9cdd02ca585ae900ccb2e0f8668a.tar.gz | |
Phenotypes: Move feature to new UI templates.
Diffstat (limited to 'uploader/templates/phenotypes/sui-base.html')
| -rw-r--r-- | uploader/templates/phenotypes/sui-base.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/uploader/templates/phenotypes/sui-base.html b/uploader/templates/phenotypes/sui-base.html deleted file mode 100644 index d7d980f..0000000 --- a/uploader/templates/phenotypes/sui-base.html +++ /dev/null @@ -1,25 +0,0 @@ -{%extends "populations/sui-base.html"%} -{%from "phenotypes/macro-display-pheno-dataset-card.html" import display_sui_pheno_dataset_card%} - -{%block breadcrumbs%} -{{super()}} -<li class="breadcrumb-item"> - <a href="{{url_for('species.populations.phenotypes.view_dataset', - species_id=species['SpeciesId'], - population_id=population['Id'], - dataset_id=dataset['Id'])}}"> - {{dataset["Name"]}} - </a> -</li> -{%endblock%} - -{%block contents%} -<div class="row"> - <h2 class="heading">{{dataset.FullName}} ({{dataset.Name}})</h2> -</div> -{%endblock%} - - -{%block sidebarcontents%} -{{display_sui_pheno_dataset_card(species, population, dataset)}} -{%endblock%} |
