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>