web: make empty subject line clickable
This commit is contained in:
@@ -171,7 +171,7 @@ fn view_search_results(
|
||||
tags_chiclet(&tags, false),
|
||||
" ",
|
||||
a![
|
||||
C!["has-text-light"],
|
||||
C!["has-text-light", "text"],
|
||||
attrs! {
|
||||
At::Href => urls::thread(&tid)
|
||||
},
|
||||
@@ -183,6 +183,7 @@ fn view_search_results(
|
||||
});
|
||||
|
||||
div![
|
||||
C!["search-results"],
|
||||
search_toolbar(count, pager, show_bulk_edit),
|
||||
table![
|
||||
C![
|
||||
|
||||
Reference in New Issue
Block a user