Browse Source

Update post templates

Visman 2 years ago
parent
commit
44d54e1fd6
2 changed files with 2 additions and 0 deletions
  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>