Sha256: aaf3f18350de58952916cfe3416db85f2200cb8768b81fffe596ee409b46d0cf
Contents?: true
Size: 446 Bytes
Versions: 12
Compression:
Stored size: 446 Bytes
Contents
<h1><%= I18n.t 'views.headers.edit', :model => Schedular::Event.human_name %></h1> <%= render 'form' %> <p class='actions'> <%= link_to I18n.t('views.actions.show'), @event %> | <%= 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