Profile listing tweaks
This commit is contained in:
parent
14776a3d99
commit
ff00f63b7c
|
@ -22,7 +22,7 @@
|
|||
tbody
|
||||
- @users.each do |user|
|
||||
- profile = user.personal_profile(@conference)
|
||||
tr
|
||||
= content_tag :tr, class: profile.present? ? nil : 'warning'
|
||||
td
|
||||
.media
|
||||
.media-left
|
||||
|
|
|
@ -2,7 +2,7 @@ bg:
|
|||
management:
|
||||
personal_profiles:
|
||||
index:
|
||||
no_profile: 'Този потребител няма въведени профили в системата.'
|
||||
no_profile: 'Този потребител няма въведен профил за текущата конференция.'
|
||||
total: "%{current} от общо %{total}"
|
||||
conferences:
|
||||
show:
|
||||
|
|
Loading…
Reference in New Issue