{{include_file name='home/public/header' title='项目动态'}}
{{include_file name='home/public/nav' sidebar='home/project/sidebar'}}
{{include_file name='home/project/tab' tab='history'}}
    {{foreach $history->models as $model}}
  • {{if $model->type == 'delete'}}
    {{else if $model->type == 'export'}}
    {{else if $model->type == 'create'}}
    {{else if $model->type == 'update'}}
    {{/if}}
    {{$model->account->fullName}} {{$history->getFriendTime($model->created_at)}}

    {{$model->content}}

  • {{/foreach}}
{{$history->pages}}
{{include_file name='home/public/copyright'}} {{include_file name='home/public/footer' has_copyright='true'}}