Sha256: a92cc533603f64cd75af5ca2390e27bb5505bca1ac448f4bee36b7592a21a2c5

Contents?: true

Size: 781 Bytes

Versions: 8

Compression:

Stored size: 781 Bytes

Contents

<%= render @course_category %>

<p>
<% if @course_category.root? %>
  <%= link_to(t('ecm.courses.course_category.actions.back_to_index'), ecm_courses_course_categories_path) if respond_to?(:ecm_courses_course_categories_path) %>
<% else %>
  <%= link_to(Ecm::Courses::CourseCategory.human_attribute_name(:parent), @course_category.parent) %>
<% end %>
</p>


<div class="course_category-calendar" id="course_category-<%= @course_category.to_param %>">
  <% unless @course_category.ecm_courses_courses.empty? %>
    <h2>Kurskalender für <%= I18n.l(@date, :format => :month_with_year) %></h2>
    
    <%= month_calendar_pagination(@date) %>
    <%= month_calendar(@date, @course_dates, { :display_method => :ecm_courses_course.to_s, :start_day => :monday}) %>
  <% end %>  
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ecm_courses-0.0.1 app/views/ecm/courses/course_categories/show.de.html.erb
ecm_courses-0.0.7.pre app/views/ecm/courses/course_categories/show.de.html.erb
ecm_courses-0.0.6.pre app/views/ecm/courses/course_categories/show.de.html.erb
ecm_courses-0.0.5.pre app/views/ecm/courses/course_categories/show.de.html.erb
ecm_courses-0.0.4.pre app/views/ecm/courses/course_categories/show.de.html.erb
ecm_courses-0.0.3.pre app/views/ecm/courses/course_categories/show.de.html.erb
ecm_courses-0.0.2.pre app/views/ecm/courses/course_categories/show.de.html.erb
ecm_courses-0.0.1.pre app/views/ecm/courses/course_categories/show.de.html.erb