OSDN Git Service

template: fix permlink format
authorhylom <hylom@users.sourceforge.jp>
Thu, 22 Nov 2018 11:55:17 +0000 (20:55 +0900)
committerhylom <hylom@users.sourceforge.jp>
Thu, 22 Nov 2018 11:55:17 +0000 (20:55 +0900)
src/newslash_web/templates/common/comment/comment.html.tt2

index f188abe..54d53f9 100644 (file)
@@ -82,7 +82,7 @@
           </button>
 
           <ul class="dropdown-menu">
-            <li><a :href="'/comment/' + comment.cid">permlink</a></li>
+            <li>permlink: <a :href="'/comment/' + comment.cid" v-text="'[% Site.base_url %]/comment/' + comment.cid"></a></li>
           </ul>
         </span>