File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 24
24
<v-btn flat large color =" primary" to =" program" >
25
25
<v-icon left dark >flip_to_front</v-icon >Programma
26
26
</v-btn > <br >
27
+ <v-btn flat large color =" primary" target =" _blank" href =" /docs" >
28
+ <v-icon left dark >help</v-icon >Documentazione
29
+ </v-btn > <br >
27
30
<v-btn flat large color =" primary" to =" control" >
28
31
<v-icon left dark >games</v-icon >Controlla
29
32
</v-btn > <br >
Original file line number Diff line number Diff line change 11
11
<v-list-tile-title class =" navEntry" >Home</v-list-tile-title >
12
12
</v-list-tile-content >
13
13
</v-list-tile >
14
+ <v-list-tile href =" /docs" target =" _blank" >
15
+ <v-list-tile-action >
16
+ <v-icon large >help</v-icon >
17
+ </v-list-tile-action >
18
+ <v-list-tile-content >
19
+ <v-list-tile-title class =" navEntry" >Documentazione</v-list-tile-title >
20
+ </v-list-tile-content >
21
+ </v-list-tile >
14
22
<!--
15
23
<v-list-tile to="/help">
16
24
<v-list-tile-action>
You can’t perform that action at this time.
0 commit comments