fa267b68c2
- Great thanks to Jörn Bensch (from triagonale.de) for new base template! - A lot of adaptations in all templates for new design.
18 lines
367 B
HTML
18 lines
367 B
HTML
<div class="header">
|
|
<div class="title">
|
|
<h1 translate>Version</h1>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="details">
|
|
<p class="lead">OpenSlides {{ core_version }}
|
|
|
|
<div ng-show="plugins.length">
|
|
<p translate>Installed plugins:</p>
|
|
<ol>
|
|
<li ng-repeat="plugin in plugins">
|
|
{{ plugin.verbose_name }}: {{ plugin.version }}
|
|
</ol>
|
|
</div>
|
|
</div>
|