Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

個人のポートフォリオページのデザイン崩れ修正 #7550

Merged
merged 1 commit into from
Mar 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
| 作品を追加