Skip to content

Commit

Permalink
add last updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ScuffedNewt committed Oct 16, 2023
1 parent 0d0a1e5 commit 05c3ede
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/views/browse/_faq_question.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
</h4>
<div class="card-text">
{!! $faq->parsed_answer !!}
<div class="float-right">
<b>Last Updated:</b> {!! pretty_date($faq->updated_at) !!}
</div>
</div>
</div>

0 comments on commit 05c3ede

Please sign in to comment.