Skip to content

Commit

Permalink
New naming schema
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Sep 25, 2023
1 parent d46459d commit 37b81be
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion app/views/contributing/contributors/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- content_for :canonical_url, contributing_contributors_url
- require_stylesheet "section-contributing"
- require_stylesheet "contributing"

#contributing-contributors
= render ViewComponents::Contributing::Header.new(:contributors)
Expand Down
2 changes: 1 addition & 1 deletion app/views/contributing/dashboard/show.html.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- content_for :canonical_url, contributing_root_url
- require_stylesheet "section-contributing"
- require_stylesheet "contributing"

#contributing-dashboard
= render ViewComponents::Contributing::Header.new(:dashboard)
Expand Down
2 changes: 1 addition & 1 deletion app/views/contributing/tasks/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- require_stylesheet "section-contributing"
- require_stylesheet "contributing"
- content_for :canonical_url, contributing_tasks_url

#contributing-tasks
Expand Down

0 comments on commit 37b81be

Please sign in to comment.