From c2caba1fc2cb089d4c4798afd21408cd852ea3fa Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Wed, 14 Aug 2024 22:33:01 +0300 Subject: Applying jdlint to gn editor files. --- gn2/wqflask/templates/gn_editor.html | 139 +++++++++++++++++++++-------------- 1 file changed, 84 insertions(+), 55 deletions(-) (limited to 'gn2/wqflask/templates/gn_editor.html') diff --git a/gn2/wqflask/templates/gn_editor.html b/gn2/wqflask/templates/gn_editor.html index 18d4eaa1..09723dab 100644 --- a/gn2/wqflask/templates/gn_editor.html +++ b/gn2/wqflask/templates/gn_editor.html @@ -1,65 +1,94 @@ {% extends "base.html" %} -{% block title %}Genenetwork Files Editor {% endblock %} - +{% block title %}Genenetwork Files Editor{% endblock %} {% block css %} - - - - - + + {% endblock %} {% block search %}{% endblock %} {% block content %} - - - - - - GN Editor - - - - Commit - Settings - Help - - - - - - - - - - - - - + + + + + + GN Editor + + + + + Commit + + + Settings + + + Help + + + + + + + + + + + + + + + + + - - - - - - + {% endblock %} - {% block js %} - - - - - - - - - - - - - + + + + + + + + + + {% endblock %} -- cgit 1.4.1