Skip to content

Commit

Permalink
fix: Compatibility with Haml6
Browse files Browse the repository at this point in the history
  • Loading branch information
mishina2228 committed Sep 29, 2022
1 parent 63059bf commit 5d4be31
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion templates/activity/by_date.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= render_partial('activity/_activity', page: :activity_by_date, author: author)
!= render_partial('activity/_activity', page: :activity_by_date, author: author)
2 changes: 1 addition & 1 deletion templates/activity/day_of_week.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= render_partial('activity/_activity', page: :day_of_week, author: author)
!= render_partial('activity/_activity', page: :day_of_week, author: author)
2 changes: 1 addition & 1 deletion templates/activity/hour_of_day.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= render_partial('activity/_activity', page: :hour_of_day, author: author)
!= render_partial('activity/_activity', page: :hour_of_day, author: author)
2 changes: 1 addition & 1 deletion templates/activity/hour_of_week.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= render_partial('activity/_activity', page: :hour_of_week, author: author)
!= render_partial('activity/_activity', page: :hour_of_week, author: author)
2 changes: 1 addition & 1 deletion templates/activity/month_of_year.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= render_partial('activity/_activity', page: :month_of_year, author: author)
!= render_partial('activity/_activity', page: :month_of_year, author: author)
2 changes: 1 addition & 1 deletion templates/activity/year.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= render_partial('activity/_activity', page: :year, author: author)
!= render_partial('activity/_activity', page: :year, author: author)
2 changes: 1 addition & 1 deletion templates/activity/year_month.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= render_partial('activity/_activity', page: :year_month, author: author)
!= render_partial('activity/_activity', page: :year_month, author: author)
2 changes: 1 addition & 1 deletion templates/author_details/changed_lines_by_date.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= render_partial('author_details/_author_details', page: :changed_lines_by_date, author: author)
!= render_partial('author_details/_author_details', page: :changed_lines_by_date, author: author)
2 changes: 1 addition & 1 deletion templates/author_details/commits_by_date.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= render_partial('author_details/_author_details', page: :commits_by_date, author: author)
!= render_partial('author_details/_author_details', page: :commits_by_date, author: author)
2 changes: 1 addition & 1 deletion templates/author_details/deletions_by_date.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= render_partial('author_details/_author_details', page: :deletions_by_date, author: author)
!= render_partial('author_details/_author_details', page: :deletions_by_date, author: author)
2 changes: 1 addition & 1 deletion templates/author_details/insertions_by_date.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= render_partial('author_details/_author_details', page: :insertions_by_date, author: author)
!= render_partial('author_details/_author_details', page: :insertions_by_date, author: author)
2 changes: 1 addition & 1 deletion templates/authors/best_authors.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= render_partial('authors/_authors', page: :best_authors)
!= render_partial('authors/_authors', page: :best_authors)
2 changes: 1 addition & 1 deletion templates/authors/changed_lines_by_author_by_date.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= render_partial('authors/_authors', page: :changed_lines_by_author_by_date)
!= render_partial('authors/_authors', page: :changed_lines_by_author_by_date)
2 changes: 1 addition & 1 deletion templates/authors/commits_sum_by_author_by_date.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= render_partial('authors/_authors', page: :commits_sum_by_author_by_date)
!= render_partial('authors/_authors', page: :commits_sum_by_author_by_date)
2 changes: 1 addition & 1 deletion templates/authors/deletions_by_author_by_date.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= render_partial('authors/_authors', page: :deletions_by_author_by_date)
!= render_partial('authors/_authors', page: :deletions_by_author_by_date)
2 changes: 1 addition & 1 deletion templates/authors/insertions_by_author_by_date.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= render_partial('authors/_authors', page: :insertions_by_author_by_date)
!= render_partial('authors/_authors', page: :insertions_by_author_by_date)
2 changes: 1 addition & 1 deletion templates/comments/by_date.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= render_partial('comments/_comments', page: :comments_by_date)
!= render_partial('comments/_comments', page: :comments_by_date)
2 changes: 1 addition & 1 deletion templates/files/by_date.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= render_partial('files/_files', page: :files_by_date)
!= render_partial('files/_files', page: :files_by_date)
2 changes: 1 addition & 1 deletion templates/files/by_extension.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= render_partial('files/_files', page: :files_by_extension)
!= render_partial('files/_files', page: :files_by_extension)
2 changes: 1 addition & 1 deletion templates/layout.haml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
%li.nav-item{class: active_page.start_with?(name.to_s.underscore) ? 'active' : ''}
%a.nav-link{href: link_to(href, active_page)}= name.t
.container
= yield
!= yield
%script{src: 'https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js',
integrity: 'sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p', crossorigin: 'anonymous'}
%script{src: 'https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js',
Expand Down
2 changes: 1 addition & 1 deletion templates/lines/by_date.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= render_partial('lines/_lines', page: :lines_by_date)
!= render_partial('lines/_lines', page: :lines_by_date)
2 changes: 1 addition & 1 deletion templates/lines/by_extension.haml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
= render_partial('lines/_lines', page: :lines_by_extension)
!= render_partial('lines/_lines', page: :lines_by_extension)

0 comments on commit 5d4be31

Please sign in to comment.