Skip to content

Commit

Permalink
fix table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
allanjoseph98 committed Apr 7, 2024
1 parent 5c01783 commit 134b735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/forum/search.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ object search:
),
info
)
else td("[You can't access this team forum post]")
else td(colspan := "2")("[You can't access this team forum post]")
)
,
pagerNextTable(pager, n => routes.ForumPost.search(text, n).url)
Expand Down

0 comments on commit 134b735

Please sign in to comment.