Files
ResInsight/_includes/project_contents_mobile.html
2019-08-27 10:44:12 +02:00

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>