Fixes in registration#show after merging

This commit is contained in:
Ancor Gonzalez Sosa 2013-07-16 16:15:17 +02:00
parent bae0be338a
commit 2553bd4e03

View file

@ -29,7 +29,7 @@
- @headers.each do |field|
%td
- if field == "name"
#{registration.last_name} #{registration.first_name} (#{registration.nickname}) #{registration.affiliation}
#{registration.last_name} #{registration.first_name} (#{registration.irc_nickname}) #{registration.company}
- if registration.supporter_level && registration.supporter_level.title != 'Free'
%p{:style => "color:red"}
= registration.supporter_level.title