This commit is contained in:
parent
7d775fe26d
commit
56efb4ae94
2 changed files with 3 additions and 5 deletions
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
<div ng-repeat="theme in forge_links">
|
||||
<h2>
|
||||
<a ng-href="{{ theme.forge_link }}" target="_blank">
|
||||
{{ theme.name }}
|
||||
</a> : {{ theme.path }}
|
||||
<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">
|
||||
|
|
|
|||
Reference in a new issue