Makes 'View Item' button redirect to new tab.

This commit is contained in:
Mateus Machado Luna 2018-08-29 11:11:06 -03:00
parent 6e753da562
commit f5f520dff6
1 changed files with 1 additions and 0 deletions

View File

@ -244,6 +244,7 @@
{{ $i18n.getFrom('items','edit_item') }} {{ $i18n.getFrom('items','edit_item') }}
</router-link> </router-link>
<a <a
target="_blank"
class="button is-success is-pulled-right" class="button is-success is-pulled-right"
:href="item.url"> :href="item.url">
{{ $i18n.getFrom('items', 'view_item') }} {{ $i18n.getFrom('items', 'view_item') }}