mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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
|
||||
Start Date
|
||||
%dd
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
%dt
|
||||
Type:
|
||||
%dd
|
||||
= @cfp.cfp_type.capitalize
|
||||
%dt
|
||||
Start Date:
|
||||
%dd#start_date
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
%dt
|
||||
Type:
|
||||
%dd
|
||||
= @cfp.cfp_type.capitalize
|
||||
%dt
|
||||
Start Date:
|
||||
%dd#start_date
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue