mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 00:00:12 +01:00
parent
26d0c873c7
commit
238b2fd670
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ module ApplicationHelper
|
||||||
when "ends_on_end_date"
|
when "ends_on_end_date"
|
||||||
starts = time_span_text(rt.start_from, I18n.t("todos.recurrence.pattern.from"))
|
starts = time_span_text(rt.start_from, I18n.t("todos.recurrence.pattern.from"))
|
||||||
ends = time_span_text(rt.end_date, I18n.t("todos.recurrence.pattern.until"))
|
ends = time_span_text(rt.end_date, I18n.t("todos.recurrence.pattern.until"))
|
||||||
return starts+ends
|
return starts + " " + ends
|
||||||
else
|
else
|
||||||
raise Exception.new, "unknown recurrence time span selection (#{rt.ends_on})"
|
raise Exception.new, "unknown recurrence time span selection (#{rt.ends_on})"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue