Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit

Permalink
removing Spring Break flash messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jenlindner committed Jun 6, 2016
1 parent 22c95f1 commit a450cf9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/controllers/jobs_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ class JobsController < ApplicationController

def index
@jobs = Job.order(:job_id)
flash[:notice] = "Menu will not allow publishing of cataloged records during Spring Break, from March 21st - 25th. Publishing will be re-enabled again on Monday, March 28th."
end

def browse
Expand Down
2 changes: 0 additions & 2 deletions app/controllers/new_records_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class NewRecordsController < ApplicationController
# GET /new_records.json
def index
@new_records = NewRecord.all
flash[:notice] = "Menu will not be allowing any cataloging during Spring Break 2016, from March 21st - 25th. All cataloging will be re-enabled again on Monday, March 28th."
end

# GET /new_records/1
Expand All @@ -34,7 +33,6 @@ def new

# GET /new_records/1/edit
def edit
flash[:notice] = "Menu will not allow publishing of cataloged records during Spring Break, from March 21st - 25th. Publishing will be re-enabled again on Monday, March 28th."
end


Expand Down

0 comments on commit a450cf9

Please sign in to comment.