diff --git a/web/src/components/object.rs b/web/src/components/object.rs index 5bd9b72..d65fa97 100644 --- a/web/src/components/object.rs +++ b/web/src/components/object.rs @@ -78,11 +78,13 @@ pub fn Attachment( "link" => view! { - - - {Uri::pretty(&href)} - - + {object.name().map(|name| { view! {

{name.to_string()}

@@ -161,10 +163,10 @@ pub fn Object(object: crate::Object) -> impl IntoView { }.into_view(), // lemmy with Page, peertube with Video Ok(apb::ObjectType::Document(t)) => view! { -
-
+
+

{object.name().unwrap_or_default().to_string()} -

+ {post_inner}
}.into_view(),