Skip to content

Commit

Permalink
new line for multiple tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
i0sea committed Oct 11, 2023
1 parent e79b3d4 commit 6b98fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/lib/site_web/views/schedule/timetable.ex
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defmodule SiteWeb.ScheduleView.Timetable do
end

defp do_stop_tooltip(contents) do
Enum.at(contents, 0)
Enum.join(contents, "\n")
end

@spec stop_type(Schedule.t()) :: nil | Phoenix.HTML.Safe.t()
Expand Down

0 comments on commit 6b98fda

Please sign in to comment.