Skip to content

Commit

Permalink
Merge pull request #7929 from fjordllc/bug/update-portfolio-headings-…
Browse files Browse the repository at this point in the history
…text

ポートフォリオページの見出し文言変更
  • Loading branch information
komagata authored Jul 19, 2024
2 parents 378222c + e214316 commit 8d708ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/works/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ header.page-header
.page-header__inner
.page-header__start
h2.page-header__title
= title
| みんなのポートフォリオ
.page-header__end
.page-header-actions
ul.page-header-actions__items
Expand Down
1 change: 1 addition & 0 deletions test/system/works_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class WorksTest < ApplicationSystemTestCase
visit_with_auth portfolios_path, 'kimura'
assert_equal 'みんなのポートフォリオ | FBC', title
assert_selector "meta[property='og:title'][content='みんなのポートフォリオ']", visible: false
assert_selector 'h2.page-header__title', text: 'みんなのポートフォリオ'
assert_text works(:work1).title
end

Expand Down

0 comments on commit 8d708ca

Please sign in to comment.