Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
fix style with lint
Browse files Browse the repository at this point in the history
  • Loading branch information
s4na committed Mar 18, 2020
1 parent e5bed9f commit a9bcede
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/views/followings/notes/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
= render "notes/lists"
.page__block
.page__link
= link_to 'javascript:history.back()', class: "a-button"
= link_to "javascript:history.back()", class: "a-button"
= t "go-back-to-previous-page"
2 changes: 1 addition & 1 deletion app/views/notes/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@

.page__block
.page__link
= link_to 'javascript:history.back()', class: "a-button add-padding"
= link_to "javascript:history.back()", class: "a-button add-padding"
= t "go-back-to-previous-page"
2 changes: 1 addition & 1 deletion app/views/users/followers/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
= render "users/lists"
.page__block
.page__link
= link_to 'javascript:history.back()', class: "a-button add-padding"
= link_to "javascript:history.back()", class: "a-button add-padding"
= t "go-back-to-previous-page"
2 changes: 1 addition & 1 deletion app/views/users/followings/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
= render "users/lists"
.page__block
.page__link
= link_to 'javascript:history.back()', class: "a-button add-padding"
= link_to "javascript:history.back()", class: "a-button add-padding"
= t "go-back-to-previous-page"
2 changes: 1 addition & 1 deletion app/views/users/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
= render "users/lists"
.page__block
.page__link
= link_to 'javascript:history.back()', class: "a-button add-padding"
= link_to "javascript:history.back()", class: "a-button add-padding"
= t "go-back-to-previous-page"
2 changes: 1 addition & 1 deletion app/views/users/notes/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
= render "notes/lists"
.page__block
.page__link
= link_to 'javascript:history.back()', class: "a-button add-padding"
= link_to "javascript:history.back()", class: "a-button add-padding"
= t "go-back-to-previous-page"
2 changes: 1 addition & 1 deletion app/views/users/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.page__container
.page__block
.page__title
h1 ユーザープロフィール
h1 ユーザープロフィール
.page__block
.thread
.thread__block
Expand Down

0 comments on commit a9bcede

Please sign in to comment.