File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[project ]
22name = " survey-dashboard"
3- version = " 2.0.1 "
3+ version = " 2.0.2 "
44description = " A Dashboard displaying survey data in an interactive way and allow for interactive exploration."
55authors = [{name = " Jens Broeder" , email = " j.broeder@fz-juelich.de" },
66{name = " Silke Christine Gerlich" , email = " s.gerlich@fz-juelich.de" },
Original file line number Diff line number Diff line change 10841084 < section >
10851085 < div class ="container mx-auto mb-12 ">
10861086 {% block contents %}
1087- < div class ="flex flex-col w-full lg:space-x-4 lg:flex-row ">
10881087 < br >
10891088 {% for doc in docs %}
10901089 {{ embed(doc) if doc.elementid }}
11341133 </ script >
11351134
11361135 {{ plot_script | indent(8) }}
1137- < div class ="container mx-auto mb-24 ">
1138- < div class ="row ">
1139- < div class ="col-sm ">
1140- {{ embed(roots.App) }}
1141- </ div >
1142- </ div >
1143- </ div >
1136+ < div class ="w-full ">
1137+ {{ embed(roots.App) }}
1138+ </ div >
11441139 {% endblock %}
11451140 </ div >
1146- </ div >
11471141 </ section >
11481142 </ div >
11491143 </ main >
Original file line number Diff line number Diff line change 1212This is the central place for all text from the dashboard which needs to be translated
1313"""
1414
15- md_text_title = {'EN' : 'Survey Data Explorer: ' , 'DE' : 'HMC Survey Data Explorer' }
15+ md_text_title = {'EN' : 'Community Survey Explorer' , 'DE' : 'HMC Survey Data Explorer' }
1616
1717md_dashboard_title = {'EN' : 'HMC Community Survey 2021' , 'DE' : 'HMC Community Survey 2021' }
1818
You can’t perform that action at this time.
0 commit comments