Sha256: f964071d427a80c47084c8f28227e9ee796ef4bb384d4e5d126514b676a3cd12
Contents?: true
Size: 625 Bytes
Versions: 1
Compression:
Stored size: 625 Bytes
Contents
= render @course_category %p - if @course_category.root? = link_to(t('ecm.courses.course_category.actions.back_to_index'), course_categories_path) if respond_to?(:course_categories_path) - else = link_to(Ecm::Courses::CourseCategory.human_attribute_name(:parent), @course_category.parent) .course_category-calendar{ id: "course_category-#{@course_category.to_param}" } - if @course_category.courses.any? %h2 = t('.calendar_heading', month: l(@date, format: :month_with_year)) = month_calendar_pagination(@date) = month_calendar @date, @course_dates, display_method: :course, start_day: :monday
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ecm_courses2-0.0.1 | app/views/ecm/courses/course_categories/show.haml |