Sha256: 51c53facc4aa0eb87696215dd77dc1ba313a5ad49278cd39da8530e75d820c85

Contents?: true

Size: 261 Bytes

Versions: 9

Compression:

Stored size: 261 Bytes

Contents

    <p>
    </p>

    <div id="calendar"></div>

<script>
  $(document).ready(function() {
    $('#calendar').fullCalendar({
      events: '<%= url_for(params.merge(format: :json, only_path: true)) %>',
      lang: '<%= @locale.to_s %>'
    });
  });
</script>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
enju_event-0.1.19 app/views/events/_calendar.html.erb
enju_event-0.1.18 app/views/events/_calendar.html.erb
enju_event-0.1.17 app/views/events/_calendar.html.erb
enju_event-0.1.17.pre27 app/views/events/_calendar.html.erb
enju_event-0.1.17.pre26 app/views/events/_calendar.html.erb
enju_event-0.1.17.pre25 app/views/events/_calendar.html.erb
enju_event-0.1.17.pre24 app/views/events/_calendar.html.erb
enju_event-0.1.17.pre23 app/views/events/_calendar.html.erb
enju_event-0.1.17.pre22 app/views/events/_calendar.html.erb