@ -1,4 +1,4 @@
if @notice && @notice.end_time < Time.now
if @notice && @notice.end_time > Time.now
json.system_update true
json.(@notice, :subject, :notes, :start_time, :end_time)
else