wip
This commit is contained in:
parent
4843021971
commit
93f7e07ebe
6 changed files with 56 additions and 15 deletions
|
|
@ -63,6 +63,20 @@
|
|||
off_color: 'warning',
|
||||
on_text: 'Yes',
|
||||
off_text: 'No' }
|
||||
- if @sponsor.swag_index > 0
|
||||
%tr
|
||||
%td.col-md-2
|
||||
%b Swag's Type
|
||||
%td
|
||||
%b Quantity
|
||||
%tr
|
||||
- @sponsor.swag_hash.each do |key, value|
|
||||
%td.col-md-2
|
||||
= key
|
||||
%td
|
||||
= value
|
||||
|
||||
|
||||
|
||||
- if @sponsor.address?
|
||||
%tr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue