Skip to content

Commit

Permalink
Rename pack
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Sep 25, 2023
1 parent 695339d commit 06bd484
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion app/views/mentoring/automation/admin.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- require_stylesheet "section-mentoring"
- require_stylesheet "mentoring"

#mentor-inbox-page
= render ViewComponents::Mentor::Header.new(:automation)
Expand Down
2 changes: 1 addition & 1 deletion app/views/mentoring/automation/edit.html.haml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- require_stylesheet "section-mentoring"
- require_stylesheet "mentoring"

= render ReactComponents::Mentoring::Representations::Representation.new(@current_user, @representation, @examples, @source_params)
2 changes: 1 addition & 1 deletion app/views/mentoring/automation/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- require_stylesheet "section-mentoring"
- require_stylesheet "mentoring"

#mentor-inbox-page
= render ViewComponents::Mentor::Header.new(:automation)
Expand Down
2 changes: 1 addition & 1 deletion app/views/mentoring/automation/with_feedback.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- require_stylesheet "section-mentoring"
- require_stylesheet "mentoring"

#mentor-inbox-page
= render ViewComponents::Mentor::Header.new(:automation)
Expand Down
2 changes: 1 addition & 1 deletion app/views/mentoring/inbox/show.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- require_stylesheet "section-mentoring"
- require_stylesheet "mentoring"

#mentor-inbox-page
= render ViewComponents::Mentor::Header.new(:workspace)
Expand Down
2 changes: 1 addition & 1 deletion app/views/mentoring/queue/show.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- require_stylesheet "section-mentoring"
- require_stylesheet "mentoring"

#mentor-queue-page
= render ViewComponents::Mentor::Header.new(:queue)
Expand Down
2 changes: 1 addition & 1 deletion app/views/mentoring/testimonials/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- require_stylesheet "section-mentoring"
- require_stylesheet "mentoring"

#mentor-testimonials-page
= render ViewComponents::Mentor::Header.new(:testimonials)
Expand Down

0 comments on commit 06bd484

Please sign in to comment.