diff options
author | Alexander Kabui | 2024-09-16 17:10:10 +0300 |
---|---|---|
committer | GitHub | 2024-09-16 17:10:10 +0300 |
commit | 852eeaad9bd6b09588803722002c5940e4f7412f (patch) | |
tree | b9852c02bff49dd07591f2e9bb976bf5e73a314b /gn2/wqflask/templates/collections/view.html | |
parent | 1ee4e945dbc3b0fd8788341667f2e39f776cc3c4 (diff) | |
parent | d451c94b569e8c56128de982272630e685b929c7 (diff) | |
download | genenetwork2-852eeaad9bd6b09588803722002c5940e4f7412f.tar.gz |
Merge pull request #870 from genenetwork/chores/gn-editor-ui-cleanup
Refactor: refactor url_for for gn docs.
Diffstat (limited to 'gn2/wqflask/templates/collections/view.html')
-rw-r--r-- | gn2/wqflask/templates/collections/view.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/collections/view.html b/gn2/wqflask/templates/collections/view.html index 55669f09..4a672375 100644 --- a/gn2/wqflask/templates/collections/view.html +++ b/gn2/wqflask/templates/collections/view.html @@ -261,7 +261,7 @@ } }, { - 'title': "<div style='text-align: right; padding-right: 10px;'>Peak</div> <div style='text-align: right;'>-logP <a href=\"{{ url_for('glossary_blueprint.glossary') }}#LRS\" target=\"_blank\" style=\"color: white;\"><sup style='color: #FF0000;'><i>?</i></sup></a></div>", + 'title': "<div style='text-align: right; padding-right: 10px;'>Peak</div> <div style='text-align: right;'>-logP <a href=\"{{ url_for('gn_docs_blueprint.glossary') }}#LRS\" target=\"_blank\" style=\"color: white;\"><sup style='color: #FF0000;'><i>?</i></sup></a></div>", 'type': "natural-minus-na", 'data': null, 'width': "60px", @@ -290,7 +290,7 @@ } }, { - 'title': "<div style='text-align: right; padding-right: 10px;'>Effect</div> <div style='text-align: right;'>Size <a href=\"{{ url_for('glossary_blueprint.glossary') }}#A\" target=\"_blank\" style=\"color: white;\"><sup style='color: #FF0000;'><i>?</i></sup></a></div>", + 'title': "<div style='text-align: right; padding-right: 10px;'>Effect</div> <div style='text-align: right;'>Size <a href=\"{{ url_for('gn_docs_blueprint.glossary') }}#A\" target=\"_blank\" style=\"color: white;\"><sup style='color: #FF0000;'><i>?</i></sup></a></div>", 'type': "natural-minus-na", 'data': null, 'width': "85px", |