Skip to content

Commit a028642

Browse files
committed
Fix the icon of edit link on List.vue
1 parent 3a4d928 commit a028642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/vue/components/foo/List.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</td>
6262
<td>
6363
<router-link :to="{name: '{{{titleUcFirst}}}Update', params: { id: item['@id'] }}">
64-
<span class="glyphicon glyphicon-search" aria-hidden="true"/>
64+
<span class="glyphicon glyphicon-pencil" aria-hidden="true"/>
6565
<span class="sr-only">Edit</span>
6666
</router-link>
6767
</td>

0 commit comments

Comments
 (0)