File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed
Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 1717 <span v-if =" activityList == null || activityList == [] || activityList.length == 0" >
1818 Nessuna Attività, perchè non ne <a href =" #/activity/new" >crei</a > una nuova?
1919 </span >
20- <v-list-tile v-for =" activity in activityList" :key =" activity.el" avatar @click =" " :href =" '/#/activity/open/'+activity.name" >
20+ <template v-for =" activity in activityList " >
21+ <v-layout row >
22+ <v-flex xs9 >
23+
24+
25+ <v-list-tile :key =" activity.el" avatar @click =" " :href =" '/#/activity/open/'+activity.name" >
2126 <v-list-tile-title ripple >
2227 <b >{{ activity.name }}</b >
2328 <small > {{activity.description}} </small >
2429 </v-list-tile-title >
2530
26- <v-btn flat icon color =" grey darken-1" ripple @click =" deleteActivity(activity.name)" >
31+
32+ </v-list-tile >
33+ </v-flex >
34+ <v-flex xs3 >
35+
36+
37+ <v-btn flat icon color =" grey darken-1" ripple @click =" deleteActivity(activity.name)" >
2738 <v-icon >delete</v-icon >
2839 </v-btn >
2940 <v-btn flat icon color =" grey darken-1" ripple :href =" '/#/activity/edit/'+activity.name" >
3041 <v-icon >edit</v-icon >
3142 </v-btn >
32- </v-list-tile >
43+ </v-flex >
44+ </v-layout >
45+ </template >
46+
3347 </v-list >
3448 </v-card ></v-flex ></v-layout ></v-container >
3549 </v-content >
You can’t perform that action at this time.
0 commit comments