Skip to content

Commit

Permalink
Merge pull request #7550 from fjordllc/bug/user-portfolio
Browse files Browse the repository at this point in the history
個人のポートフォリオページのデザイン崩れ修正
  • Loading branch information
machida authored Mar 16, 2024
2 parents 471ad53 + 6917645 commit 7daa99a
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions app/views/users/works/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,22 @@ header.page-header
i.fa-regular.fa-plus
| 作品を追加
hr.a-border

.page-body
.container
- if @user.works.present?
.works
.row
= render partial: 'works/work', collection: @works, as: :work
- else
.a-empty-message.is-info
p
| このページは、就職希望先のエンジニアや人事担当者が、#{@user.login_name}さんのスキルを手っ取り早く確認するための作品集ページ(ポートフォリオ)です。
br
| 自分の作ったGemや登壇した際の発表資料、自分で作ったWebサービス、自分が書いた書籍など、作品を登録していきましょう。
.page-body-actions
ul.page-body-actions__items
- if current_user == @user
li.page-body-actions__item
= link_to new_work_path, class: 'a-button is-lg is-warning is-block' do
i.fa-regular.fa-plus
| 作品を追加
.page-body
.container
- if @user.works.present?
.works
.row
= render partial: 'works/work', collection: @works, as: :work
- else
.a-empty-message.is-info
p
| このページは、就職希望先のエンジニアや人事担当者が、#{@user.login_name}さんのスキルを手っ取り早く確認するための作品集ページ(ポートフォリオ)です。
br
| 自分の作ったGemや登壇した際の発表資料、自分で作ったWebサービス、自分が書いた書籍など、作品を登録していきましょう。
.page-body-actions
ul.page-body-actions__items
- if current_user == @user
li.page-body-actions__item
= link_to new_work_path, class: 'a-button is-lg is-warning is-block' do
i.fa-regular.fa-plus
| 作品を追加

0 comments on commit 7daa99a

Please sign in to comment.