File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
src/resources/views/admin Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 11<div ng-app =" typicms" ng-cloak ng-controller =" ListController" >
22
33 <h1 >
4- <a href = " {{ url }}/create " class = " btn-add" ><i class = " fa fa-plus-circle" ></i ><span class = " sr-only" translate >New</span ></a >
5- <span translate translate-n = " models.length" translate-plural = " {{ models.length }} places" >{ { models . length } } place</span >
4+ <a href =" {{ route ( ' admin. ' . $module . ' .create ' ) } } " class =" btn-add" ><i class =" fa fa-plus-circle" ></i ><span class =" sr-only" translate >New</span ></a >
5+ <span translate translate-n =" models.length" translate-plural =" @ {{ models.length }} places" >@ {{ models.length }} place</span >
66 </h1 >
77
88 <div class =" btn-toolbar" role =" toolbar" ng-include =" '/views/partials/btnLocales.html'" ></div >
2323 <tr >
2424 <td colspan =" 4" ></td >
2525 <td >
26- <input st-search = " 'title'" class = " form-control input-sm" placeholder = " {{ 'Search' | translate }}…" type = " text" >
26+ <input st-search =" 'title'" class =" form-control input-sm" placeholder =" @ {{ 'Search' | translate }}…" type =" text" >
2727 </td >
2828 <td >
29- <input st-search = " 'address'" class = " form-control input-sm" placeholder = " {{ 'Search' | translate }}…" type = " text" >
29+ <input st-search =" 'address'" class =" form-control input-sm" placeholder =" @ {{ 'Search' | translate }}…" type =" text" >
3030 </td >
3131 <td >
32- <input st-search = " 'website'" class = " form-control input-sm" placeholder = " {{ 'Search' | translate }}…" type = " text" >
32+ <input st-search =" 'website'" class =" form-control input-sm" placeholder =" @ {{ 'Search' | translate }}…" type =" text" >
3333 </td >
3434 </tr >
3535 </thead >
3939 <td ><typi-btn-delete ng-click =" delete(model)" ></typi-btn-delete ></td >
4040 <td typi-btn-edit ></td >
4141 <td typi-btn-status ></td >
42- <td typi-thumb-list-item ></td >
43- <td >{ { model . title } } </td >
44- <td >{ { model . address } } </td >
45- <td >{ { model . website } } </td >
42+ <td >
43+ <img ng-src =" @ {{ model.thumb }}" alt =" " >
44+ </td >
45+ <td >@ {{ model.title }}</td >
46+ <td >@ {{ model.address }}</td >
47+ <td >@ {{ model.website }}</td >
4648 </tr >
4749 </tbody >
4850 <tfoot >
You can’t perform that action at this time.
0 commit comments