fix a link bug
This commit is contained in:
parent
cbbac48333
commit
c1256ef453
|
@ -48,7 +48,7 @@ $this->breadcrumb()->setSeparator(' > ');
|
|||
| <a href="/author/delegate/ac/cancel/uuid/<?php echo $item['uuid'];?>" onclick="return confirm('是否确定取消该数据的委托?');">取消委托</a>
|
||||
<?php }?> |
|
||||
<a href="/author/sendmail/uuid/<?php echo $item['uuid']; ?>">邮件通知</a> |
|
||||
<a href="/author/fund/ac/formd/uuid/<?php echo $item['uuid']; ?>">支持项目</a> |
|
||||
<a href="/author/fund/uuid/<?php echo $item['uuid']; ?>">支持项目</a> |
|
||||
<a href="/author/doi/ac/edit/uuid/<?php echo $item['uuid']; ?>">DOI</a>
|
||||
】
|
||||
</span>
|
||||
|
|
Loading…
Reference in New Issue