shrub/pkg/arvo/sur/link-view.hoon
Fang 111333ec93
link: can create managed groups for new collections
Just defers to contact-view for managed group creation.
2020-03-03 00:12:05 +01:00

14 lines
248 B
Plaintext

:: link-view: encapsulating link management
::
|%
++ view-action
$% $: %create
=path
title=@t
description=@t
members=$%([%group =path] [%ships ships=(set ship)])
real-group=?
==
==
--