Factor out common module prefix when all modules are under a same namespace.
This commit is contained in:
@@ -185,6 +185,9 @@
|
||||
{% endif %}
|
||||
|
||||
<h2>Modules</h2>
|
||||
{% if !modules_prefix.is_empty() %}
|
||||
<h3 class="modules-prefix">{{ modules_prefix }}/</h3>
|
||||
{% endif %}
|
||||
<ul>
|
||||
{% for module in modules %}
|
||||
<li><a href="{{ breadcrumbs }}/{{ module.path }}">{{ module.name }}</a></li>
|
||||
|
||||
Reference in New Issue
Block a user