Compare commits
2 commits
129bc217b8
...
cdb404c344
Author | SHA1 | Date | |
---|---|---|---|
cdb404c344 | |||
88d67091c2 |
2 changed files with 2 additions and 1 deletions
|
@ -180,6 +180,7 @@ 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")><b>context</b></a> | <a href=format!("{base}/replies")><b>replies</b></a>
|
||||
<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>
|
||||
</code>
|
||||
<Outlet />
|
||||
}.into_view()
|
||||
|
|
Loading…
Reference in a new issue