Skip to content

Commit

Permalink
Swap title and date
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Dec 9, 2024
1 parent a9b10e6 commit 7686dda
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
if @meeting.template?
"#{@meeting.title} (#{I18n.t(:label_template)})"
elsif @series.present?
concat render(Primer::Beta::Text.new) { format_date(@meeting.start_time) }
concat render(Primer::Beta::Text.new(color: :subtle)) { " (#{@series.title})" }
concat render(Primer::Beta::Text.new) { @meeting.title }
concat render(Primer::Beta::Text.new(color: :subtle)) { " (#{format_date(@meeting.start_time)})" }
else
@meeting.title
end
Expand Down

0 comments on commit 7686dda

Please sign in to comment.