mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
11 lines
378 B
HTML
11 lines
378 B
HTML
<div class="docs-nav-mobile unit whole show-on-mobiles">
|
|
<select onchange="if (this.value) window.location.href=this.value">
|
|
<option value="">Navigate the project…</option>
|
|
{% for section in site.data.project %}
|
|
<optgroup label="{{ section.title }}">
|
|
{% include project_option.html items=section.docs %}
|
|
</optgroup>
|
|
{% endfor %}
|
|
</select>
|
|
</div>
|