Export assigned issues in iCalendar feed
Showing
... | ... | @@ -144,6 +144,9 @@ gem 'truncato', '~> 0.7.9' |
gem 'bootstrap_form', '~> 2.7.0' | ||
gem 'nokogiri', '~> 1.8.2' | ||
# Calendar rendering | ||
gem 'icalendar' | ||
# Diffs | ||
gem 'diffy', '~> 3.1.0' | ||
... | ... |
app/helpers/calendar_helper.rb
0 → 100644
app/views/dashboard/issues_calendar.ics.haml
0 → 100644
app/views/groups/issues_calendar.ics.haml
0 → 100644
app/views/issues/_issues_calendar.ics.ruby
0 → 100644
app/views/projects/issues/calendar.ics.haml
0 → 100644
app/views/shared/icons/_icon_calendar.svg
0 → 100644
spec/features/ics/dashboard_issues_spec.rb
0 → 100644
spec/features/ics/group_issues_spec.rb
0 → 100644
spec/features/ics/project_issues_spec.rb
0 → 100644
spec/helpers/calendar_helper_spec.rb
0 → 100644
Please
register
or
sign in
to comment