|
|
@@ -421,7 +421,7 @@ |
|
|
|
<td class="ti-text-form-content"> |
|
|
|
<div class="text-span text-span-w" id="{{.VersionName}}-labels"> |
|
|
|
{{if .LabelName}} |
|
|
|
{{range $.labelName}} |
|
|
|
{{range $.LabelName}} |
|
|
|
<a class="ui label" title="{{.}}">{{.}}</a> |
|
|
|
{{end}} |
|
|
|
{{else}} |
|
|
@@ -543,8 +543,6 @@ |
|
|
|
{{template "base/footer" .}} |
|
|
|
|
|
|
|
<script> |
|
|
|
console.log({{$.labelName}}) |
|
|
|
console.log({{$.LabelName}}) |
|
|
|
$('.menu .item').tab() |
|
|
|
|
|
|
|
$(document).ready(function () { |
|
|
|