1.自訂Comment清單
新增加Comment list頁面,執行命令列
> play crud:ov --template Comments/list
會產生/app/views/Comments/app/的文件中 #{crud.table /} 是表格的內容,可以替換為內容,顯示更多的列
#{crud.table fields:['content', 'post', 'author'] /}
如果要對某一列的內容進行處理
#{crud.table fields:['content', 'post', 'author']}
#{crud.custom 'content'} 2.客製化Post表單>play crud:ov --template Posts/showc crud.form /}
#{crud.form}
.tags-list .tag {
cursor: pointer;
.tags-list .selected { background: #222;
color : #f;
color: #f;
/style>