Sha256: 52d4b2a03122f7bf377722a0faf3e534db5f93aca484c614de19d15082d592a2
Contents?: true
Size: 388 Bytes
Versions: 12
Compression:
Stored size: 388 Bytes
Contents
<h1><%= I18n.t 'views.headers.new', :model => Schedular::Event.human_name %></h1> <%= render 'form' %> <p class='actions'> <%= link_to I18n.t('views.actions.back'), schedular_events_path %> </p> <%- content_for :calendar do -%> <%- month = current_month || Date.today -%> <%= render 'calendar', :events => @month_events, :month => month.month, :year => month.year %> <%- end -%>
Version data entries
12 entries across 12 versions & 1 rubygems