diff options
author | BonfaceKilz | 2021-07-29 23:10:07 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-08-03 15:49:50 +0300 |
commit | f5677ef162fec18603fce6d903fcdfd31b3541cc (patch) | |
tree | cf279a4d3b7b5b354e2b4f3cb6191070570a6b69 /wqflask | |
parent | 399d388b6704d39d778617cedebec31341428b75 (diff) | |
download | genenetwork2-f5677ef162fec18603fce6d903fcdfd31b3541cc.tar.gz |
templates: edit_phenotype: Add some margin to links for csv download
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/edit_phenotype.html | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/wqflask/wqflask/templates/edit_phenotype.html b/wqflask/wqflask/templates/edit_phenotype.html index 9810b7ab..83daba58 100644 --- a/wqflask/wqflask/templates/edit_phenotype.html +++ b/wqflask/wqflask/templates/edit_phenotype.html @@ -212,15 +212,12 @@ <input type = "file" class="col-sm-4 control-label" name = "file" /> </div> - <div class="form-group"> - <a href="/data/approve/"> + <div style="margin-left: 13%;"> + <a href="/data/approve/" class="btn btn-link btn-sm"> Data Approval </a> - </div> - - <div class="form-group"> - <a href="/trait/{{ publish_xref.id_ }}/sampledata/{{ publish_xref.phenotype_id }}"> - Download csv of sample data for editing + <a href="/trait/{{ publish_xref.id_ }}/sampledata/{{ publish_xref.phenotype_id }}" class="btn btn-link btn-sm"> + Sample Data(CSV Download) </a> </div> <div class="controls center-block" style="width: max-content;"> |