懒得勤快 vor 6 Jahren
Ursprung
Commit
d37ad2bde1

+ 1 - 1
src/Masuit.MyBlogs.Core/wwwroot/ng-views/views/merge/list.html

@@ -24,7 +24,7 @@
                 <a ng-href="/{{row.PostId}}" target="_blank">{{row.Title}}</a>
             </td>
             <td title="'修改人'">
-                {{row.Modifier}}
+                <a ng-href="/author/{{row.Modifier}}" target="_blank">{{row.Modifier}}</a>
             </td>
             <td title="'修改人邮箱'">
                 {{row.ModifierEmail}}

+ 1 - 1
src/Masuit.MyBlogs.Core/wwwroot/ng-views/views/post/pending.html

@@ -16,7 +16,7 @@
                 <a href="/{{row.Id}}" target="_blank">{{row.Title}}</a>
             </td>
             <td title="'作者'">
-                {{row.Author}}
+                <a ng-href="/author/{{row.Author}}" target="_blank">{{row.Author}}</a>
             </td>
             <td title="'发表'">
                 {{row.PostDate|date:'yyyy-MM-dd HH:mm:ss'}}

+ 1 - 1
src/Masuit.MyBlogs.Core/wwwroot/ng-views/views/post/postlist.html

@@ -32,7 +32,7 @@
                 <a ng-href="/{{row.Id}}" target="_blank">{{row.Title}}</a>
             </td>
             <td title="'作者'">
-                {{row.Author}}
+                <a ng-href="/author/{{row.Author}}" target="_blank">{{row.Author}}</a>
             </td>
             <td title="'作者邮箱'">
                 {{row.Email}}