admin: Add link to forge
This commit is contained in:
parent
80917ae436
commit
2c76b5c7a3
7 changed files with 129 additions and 3 deletions
|
@ -1,4 +1,7 @@
|
|||
<h2>{{theme.name}} <small>{{theme.authors | stripHTML}}</small></h2>
|
||||
<h2>
|
||||
{{theme.name}} <small>{{theme.authors | stripHTML}}</small>
|
||||
<a href="{{theme.forge_link}}" target="_blank" class="float-right ml-2 btn btn-sm btn-dark" ng-if="theme.forge_link"><span class="glyphicon glyphicon-folder-open" aria-hidden="true"></span> Voir sur la forge</a>
|
||||
</h2>
|
||||
|
||||
<div class="row">
|
||||
<form ng-submit="saveTheme()" class="col-4">
|
||||
|
|
Reference in a new issue