mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Fixes in registration#show after merging
This commit is contained in:
parent
bae0be338a
commit
2553bd4e03
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
- @headers.each do |field|
|
- @headers.each do |field|
|
||||||
%td
|
%td
|
||||||
- if field == "name"
|
- 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'
|
- if registration.supporter_level && registration.supporter_level.title != 'Free'
|
||||||
%p{:style => "color:red"}
|
%p{:style => "color:red"}
|
||||||
= registration.supporter_level.title
|
= registration.supporter_level.title
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue