Make the item clickable in the link details view
Closes #760. Signed-off-by: Brian Homeyer <bhomeyer@gmail.com>pull/853/head
parent
d7a80f359b
commit
f85635dc7f
|
@ -27,7 +27,7 @@
|
|||
<span slot="media" class="item-initial">{{(channel.label) ? channel.label[0] : (channelType.label) ? channelType.label[0] : '?'}}</span>
|
||||
</f7-list-item>
|
||||
<f7-list-item divider title="Item"></f7-list-item>
|
||||
<item :item="item" :context="context" :no-state="true" />
|
||||
<item :item="item" :context="context" :no-state="true" :link="'/settings/items/' + item.name" />
|
||||
</ul>
|
||||
</f7-list>
|
||||
</f7-card-content>
|
||||
|
|
Loading…
Reference in New Issue