class LocalManifest.FilerModule.CaptionModule.DefaultModule.LinkModule.ActionLink extends LocalManifest.FilerModule.CaptionModule.DefaultModule.LinkModule.BaseLink set_default: () -> super() @args['action_name'] ||= 'show' init: () -> super() @action_name = @args['action_name'] action_path: () -> a = @action_name == 'show' ? '' : @action_name + '/' '/' + this.filer.item_class.path_name + '/' + a