Some checks failed
continuous-integration/drone/tag Build is failing
12 lines
458 B
HTML
12 lines
458 B
HTML
<h1>Accès rapide aux exercices</h1>
|
|
|
|
<div ng-repeat="theme in forge_links">
|
|
<h2>
|
|
<a ng-href="{{ theme.forge_link }}" target="_blank">{{ theme.name }}</a> : <span class="text-monospace">{{ theme.path }}</span>
|
|
</h2>
|
|
<ul>
|
|
<li ng-repeat="exercice in theme.exercices">
|
|
<a ng-href="{{ exercice.forge_link }}" target="_blank">{{ exercice.name }}</a> : <span class="text-monospace">{{ exercice.path }}</span>
|
|
</li>
|
|
</ul>
|
|
</div>
|