diff options
author | DannyArends | 2017-02-07 18:47:09 +0100 |
---|---|---|
committer | DannyArends | 2017-02-07 18:47:09 +0100 |
commit | 492a35ef6a94f04f0792ac2e9b2f90e8ad9af24a (patch) | |
tree | 1477f1b1393c3afc6b7c8223f0f5c718ebd42f12 | |
parent | 0fac25087a862c1b64505b247bf82c9cb48df5dc (diff) | |
download | genenetwork2-492a35ef6a94f04f0792ac2e9b2f90e8ad9af24a.tar.gz |
Templated html to show the PheWAS analysis input options on the trait page
-rw-r--r-- | wqflask/wqflask/templates/show_trait_PheWAS_tools.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/show_trait_PheWAS_tools.html b/wqflask/wqflask/templates/show_trait_PheWAS_tools.html index 06922f05..ee4c5f5a 100644 --- a/wqflask/wqflask/templates/show_trait_PheWAS_tools.html +++ b/wqflask/wqflask/templates/show_trait_PheWAS_tools.html @@ -40,7 +40,7 @@ </div> <div class="form-group"> <div style="padding-left:15px;" class="controls"> - <button id="phewas_compute" class="btn submit_special btn-primary" data-url="/phewas" title="Compute PheWAS"> + <button id="phewas_compute" class="btn btn-primary submit_special" data-url="/phewas" title="Compute PheWAS"> <i class="icon-ok-circle icon-white"></i> Compute </button> </div> |