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