Sha256: c545211ce086bf0b5c48a81e1a824f60ca85994eabccdfdbce0ec18050a379f7
Contents?: true
Size: 543 Bytes
Versions: 6
Compression:
Stored size: 543 Bytes
Contents
<%- if @school_year.valid? %> $('#admin-school-years-index tbody').append('<%= render_js_partial("school_year", {school_year: @school_year}) %>'); $('#new-admin-school-year').slide(); $('#new-admin-school-year-link').show(); showNotice("<%= render_flash %>"); $('.admin-school-years-count').html('<%= print_count(@count+1, t_school_year_list) %>'); $('#new-admin-school-year-errors').html('') <%- else %> $('#new-admin-school-year-errors').html('<%= render_js_partial("gaku/shared/errors", {target: @school_year}) %>') <% end %>
Version data entries
6 entries across 6 versions & 2 rubygems