Compare commits
No commits in common. "cdb404c344c38055fbd47929d514dcf6cf49ac93" and "129bc217b8f37a800e6e580bc3f25b68b869bfe2" have entirely different histories.
cdb404c344
...
129bc217b8
2 changed files with 1 additions and 2 deletions
|
@ -180,7 +180,6 @@ pub fn App() -> impl IntoView {
|
|||
<Route path="objects/:id" view=ObjectView >
|
||||
<Route path="" view=ObjectContext />
|
||||
<Route path="replies" view=ObjectReplies />
|
||||
<Route path="context" view=ObjectContext />
|
||||
// <Route path="liked" view=ObjectLiked />
|
||||
// <Route path="announced" view=ObjectAnnounced />
|
||||
</Route>
|
||||
|
|
|
@ -40,7 +40,7 @@ pub fn ObjectView() -> impl IntoView {
|
|||
<Object object=object />
|
||||
<hr class="color ma-2" />
|
||||
<code class="cw color center mt-1 mb-1 ml-3 mr-3">
|
||||
<a href=format!("{base}/context")><span class="emoji">"🕸️"</span>" "<b>context</b></a>" | "<a href=format!("{base}/replies")><span class="emoji">"📫"</span>" "<b>replies</b></a>
|
||||
<a href=format!("{base}/context")><b>context</b></a> | <a href=format!("{base}/replies")><b>replies</b></a>
|
||||
</code>
|
||||
<Outlet />
|
||||
}.into_view()
|
||||
|
|
Loading…
Reference in a new issue