105
105
</v-list-tile-content >
106
106
</v-list-tile >
107
107
<br >
108
- <div style = " position : absolute ; bottom : 1 % ; " class = " gray--text text-xs-center " >
109
- <v-divider ></ v-divider >
110
- < v-btn v-for = " el in socials " :key = " el.icon " class = " mx-3 gray--text " icon :href = " el.link " target = " _blank " >
111
- < v-icon size = " 24px " >{{ el.icon }}</ v-icon >
112
- </ v-btn >
113
- < br >
114
- & copy ; 2018 — < strong >UNIMIB</ strong > <!-- — <router-link to="/credits"><a>Credits</a></router-link> -- >
115
- </div >
108
+ <v-layout row wrap fill-height >
109
+ <v-flex xs12 style = " position : absolute ; bottom : 1 % ; " >
110
+ < small >
111
+ & nbsp ; & copy ; 2019 - CoderBot.org, UNIMIB.
112
+ <!-- — <router-link to="/credits"><a>Credits</a></router-link> -- >
113
+ </ small >
114
+ </ v-flex >
115
+ </v-layout >
116
116
</v-list >
117
117
</v-navigation-drawer >
118
118
</template >
126
126
<v-list-tile-content >
127
127
<v-list-tile-title class =" navEntry" >Home</v-list-tile-title >
128
128
</v-list-tile-content >
129
-
130
129
</v-list-tile >
131
- <v-list-tile href =" /docs" target =" _blank" >
130
+ <v-list-tile href =" /docs" target =" _blank" >
132
131
<v-list-tile-action >
133
132
<v-icon large >help</v-icon >
134
133
</v-list-tile-action >
214
213
</v-list-tile-content >
215
214
</v-list-tile >
216
215
<br >
217
- <div style =" position : absolute ; bottom : 1% ;" class =" gray--text text-xs-center" >
218
- <v-divider ></v-divider >
216
+ <v-layout row wrap fill-height >
217
+ <v-flex xs12 style =" position :absolute ; bottom : 1% ;" >
218
+ <small >
219
+   ; © ; 2019 - CoderBot.org, UNIMIB.
220
+ <!-- — <router-link to="/credits"><a>Credits</a></router-link>-->
221
+ </small >
222
+ </v-flex >
223
+ </v-layout >
224
+ <div >
225
+ <!--
219
226
<v-btn v-for="el in socials" :key="el.icon" class="mx-3 gray-- text" icon :href="el.link" target="_blank">
220
227
<v-icon size="24px">{{ el.icon }}</v-icon>
221
- </v-btn >
228
+ </v-btn>-->
222
229
<br >
223
- © ; 2018 — <strong >UNIMIB</strong ><!-- — <router-link to="/credits"><a>Credits</a></router-link>-->
230
+ <center >
231
+ </center >
224
232
</div >
225
233
</v-list >
226
234
</v-navigation-drawer >
227
235
</template >
228
236
</div >
229
-
230
237
</template >
231
238
<script >
232
239
export default {
@@ -248,7 +255,7 @@ export default {
248
255
// let programList = this.$data.programList
249
256
axios .get (CB + ' /listActivities' )
250
257
.then (function (response ) {
251
- this .$data .editModal = true ,
258
+ this .$data .editModal = true ,
252
259
this .$data .activitiesList = response .data ;
253
260
}.bind (this ))
254
261
},
0 commit comments