Jelajahi Sumber

Update post templates

Visman 2 tahun lalu
induk
melakukan
44d54e1fd6
2 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 1 0
      app/templates/pm/post.forkbb.php
  2. 1 0
      app/templates/post.forkbb.php

+ 1 - 0
app/templates/pm/post.forkbb.php

@@ -35,6 +35,7 @@
             </ul>
             <ul class="f-user-info">
               <li class="f-username">{{ $post->poster }}</li>
+              <li class="f-usertitle">{{ $post->user->title() }}</li>
             </ul>
           </div>
         </address>

+ 1 - 0
app/templates/post.forkbb.php

@@ -45,6 +45,7 @@
             </ul>
             <ul class="f-user-info">
               <li class="f-username">{{ $post->user->username }}</li>
+              <li class="f-usertitle">{{ $post->user->title() }}</li>
             </ul>
           </div>
         </address>