Responsible note as <small>: meta information, dimmer than the description
Deploy / deploy (push) Successful in 1m4s
Deploy / deploy (push) Successful in 1m4s
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
ab2b3ec128
commit
f1d835d107
+2
-2
@@ -290,13 +290,13 @@ fn ResponsibleNote(responsible: Responsible) -> impl IntoView {
|
||||
};
|
||||
|
||||
view! {
|
||||
<p class="question-responsible">
|
||||
<small class="question-responsible">
|
||||
"Asked by " {responsible.name.clone()} " — "
|
||||
<a data-user=user data-domain=domain on:mouseover=assemble on:click=assemble>
|
||||
"contact them"
|
||||
</a>
|
||||
" if you get stuck."
|
||||
</p>
|
||||
</small>
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user