Skip to content

Commit

Permalink
Merge pull request #798 from fjordllc/fix_show_users_role
Browse files Browse the repository at this point in the history
[修正]ユーザー個別ページにユーザーロールを表示したい
  • Loading branch information
ycoda authored Feb 13, 2019
2 parents dd93330 + c25699a commit 316fd80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/views/users/_metas.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
| 所属企業
.user-metas__item-value
= user.company.name
.user-metas__item
.user-metas__item-label
| 区分
.user-metas__item-value
= t "target.#{user.role}"
.user-metas__item
.user-metas__item-label
| 区分
.user-metas__item-value
= t "target.#{user.role}"
- if user.graduated_on.present?
.user-metas__item
.user-metas__item-label
Expand Down

0 comments on commit 316fd80

Please sign in to comment.