Sha256: e19c2595501cee8d489e64b25057b9f49a381643bc9d59cd8af15e5598f08ba3
Contents?: true
Size: 290 Bytes
Versions: 13
Compression:
Stored size: 290 Bytes
Contents
<% rows = @application_schedules.each do |schedule| app = Naf::ApplicationSchedule.find(schedule.first) schedule[0] = link_to schedule[0], naf.application_schedule_path(schedule[0]) schedule[1] = link_to schedule[1].title, naf.application_path(schedule[1]) end %> <%= raw rows %>
Version data entries
13 entries across 13 versions & 1 rubygems