Browse Source

文章复制功能

懒得勤快 4 years ago
parent
commit
6a87b2e665
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Masuit.MyBlogs.Core/Views/Post/Details_Admin.cshtml

+ 1 - 0
src/Masuit.MyBlogs.Core/Views/Post/Details_Admin.cshtml

@@ -112,6 +112,7 @@
                                                 <button class="btn btn-primary" id="pass">通过</button>
                                             }
                                             <a asp-controller="Dashboard" asp-action="Index" asp-fragment="/post/[email protected]" class="btn btn-primary" target="_blank">修改</a>
+                                            <a asp-controller="Dashboard" asp-action="Index" asp-fragment="/[email protected]" class="btn btn-info" target="_blank">复制</a>
                                             <button class="btn btn-danger" id="del">删除</button>
                                         </div>
                                     </div>