Add cfp type in admin/cfp#show
@cfp.cfp_type is added to booths, events & tracks to show the cfp type. Closes https://github.com/openSUSE/osem/issues/1679
This commit is contained in:
parent
568d89b620
commit
407b1838cf
3 changed files with 12 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
%dt
|
||||||
|
Type
|
||||||
|
%dd
|
||||||
|
= @cfp.cfp_type.capitalize
|
||||||
%dt
|
%dt
|
||||||
Start Date
|
Start Date
|
||||||
%dd
|
%dd
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
%dt
|
||||||
|
Type:
|
||||||
|
%dd
|
||||||
|
= @cfp.cfp_type.capitalize
|
||||||
%dt
|
%dt
|
||||||
Start Date:
|
Start Date:
|
||||||
%dd#start_date
|
%dd#start_date
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
%dt
|
||||||
|
Type:
|
||||||
|
%dd
|
||||||
|
= @cfp.cfp_type.capitalize
|
||||||
%dt
|
%dt
|
||||||
Start Date:
|
Start Date:
|
||||||
%dd#start_date
|
%dd#start_date
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue