A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

5 行
197B

  1. <div class="row banInfo">
  2. <p>User was banned by <b>{{ $ban->creator->username }}</b> for this post for <b>{{ $ban->dateDiff() }}</b> with reason:</p>
  3. <span>{{ $ban->reason }}</span>
  4. </div>