mirror of https://github.com/mindoc-org/mindoc.git
fix:修复后台项目空间详情链接问题
parent
13716a5cf2
commit
6c5d26ee25
|
@ -52,7 +52,7 @@
|
|||
{{if ne $item.ItemId 1}}
|
||||
<button type="button" data-method="delete" class="btn btn-danger btn-sm" data-id="{{$item.ItemId}}" data-loading-text="删除中...">删除</button>
|
||||
{{end}}
|
||||
<a href="{{urlfor "ItemsetsController.Index" ":key" $item.ItemKey}}" class="btn btn-success btn-sm" target="_blank">详情</a>
|
||||
<a href="{{urlfor "ItemsetsController.List" ":key" $item.ItemKey}}" class="btn btn-success btn-sm" target="_blank">详情</a>
|
||||
</td>
|
||||
</tr>
|
||||
{{else}}
|
||||
|
|
Loading…
Reference in New Issue