Skip to content

Commit

Permalink
admin/faqの個別ページにカテゴリを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
sochi419 committed Mar 26, 2024
1 parent fc3ed6b commit 5175305
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/views/admin/faq/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ main.page-main
.a-meta
| #{l @faq.created_at} 公開

.page-content-header__row
.page-content-header-metas
.page-content-header-metas__start
.page-content-header-metas__meta
.a-meta
= t("faq.#{@faq.category}")

.a-card
.card-body
.card__description
Expand Down

0 comments on commit 5175305

Please sign in to comment.