Profile listing tweaks

This commit is contained in:
Petko Bordjukov 2016-10-09 04:04:05 +03:00
parent 14776a3d99
commit ff00f63b7c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: