[enh] add link to repo on app page

This commit is contained in:
Laurent Peuch 2018-11-03 06:14:52 +01:00
parent 892905093d
commit 364325ff58

View file

@ -10,7 +10,7 @@
<th>App</th> <th>App</th>
</thead> </thead>
<tr v-for="(app, index) in apps" :id="app.id"> <tr v-for="(app, index) in apps" :id="app.id">
<td>{{app.name}}</td> <td>{{app.name}} <a target="_blank" v-bind:href="app.url"></a></td>
</tr> </tr>
</table> </table>
</div> </div>