Skip to content

Commit

Permalink
remove "under construction" alert
Browse files Browse the repository at this point in the history
  • Loading branch information
mpugach committed Oct 6, 2018
1 parent 544718c commit 8b4b4bb
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion app/views/academic_groups/edit.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
= render 'shared/under_construction'
- provide(:title, full_title(@academic_group.title))

%h1= @academic_group.title
Expand Down
1 change: 0 additions & 1 deletion app/views/academic_groups/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
= render 'shared/under_construction'
- provide(:title, 'All Academic Groups')

%h1 Academic Groups
Expand Down
1 change: 0 additions & 1 deletion app/views/academic_groups/new.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
= render 'shared/under_construction'
- provide(:title, 'Add New Academic Group')

%h1 Add Academic Group
Expand Down
1 change: 0 additions & 1 deletion app/views/class_schedules/edit.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
= render 'shared/under_construction'
- provide(:title, class_schedule_title(@class_schedule))

.row
Expand Down
1 change: 0 additions & 1 deletion app/views/class_schedules/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
= render 'shared/under_construction'
- provide(:title, 'Class Schedules')

.row.vert-offset-bottom-1
Expand Down
1 change: 0 additions & 1 deletion app/views/class_schedules/new.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
= render 'shared/under_construction'
- provide(:title, 'Add New Class Schedule')

.row
Expand Down
1 change: 0 additions & 1 deletion app/views/courses/edit.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
= render 'shared/under_construction'
- provide(:title, @course.title)

.row
Expand Down
1 change: 0 additions & 1 deletion app/views/courses/new.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
= render 'shared/under_construction'
- provide(:title, 'Add New Course')

.row
Expand Down
2 changes: 0 additions & 2 deletions app/views/examinations/show.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
= render 'shared/under_construction'

= link_to_back(policy(@examination.course).show?, course_path(@examination.course))
= link_to_edit(policy(@examination).edit?, edit_course_examination_path(@examination.course, @examination))
1 change: 0 additions & 1 deletion app/views/people/edit.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
= render 'shared/under_construction'
- provide(:title, complex_name(@person, true))

.row
Expand Down
1 change: 0 additions & 1 deletion app/views/people/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
= render 'shared/under_construction'
- provide(:title, "All People")

.row
Expand Down
1 change: 0 additions & 1 deletion app/views/people/new.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
= render 'shared/under_construction'
- provide(:title, "Add New Person")

.row
Expand Down
1 change: 0 additions & 1 deletion app/views/people/show.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
= render 'shared/under_construction'
- provide(:title, complex_name(@person, true))
.row
%h1.col-xs-12.col-sm-6
Expand Down
7 changes: 0 additions & 7 deletions app/views/shared/_under_construction.html.haml

This file was deleted.

0 comments on commit 8b4b4bb

Please # to comment.